Skip to content

additional_data: sources: refactor add licence info #1531

additional_data: sources: refactor add licence info

additional_data: sources: refactor add licence info #1531

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- name: Setup python
uses: actions/setup-python@v5
with:
python-version: 3.12
architecture: x64
- run: pip install -r requirements.txt
- run: pip install -r requirements_dev.txt
- run: flake8
# To local srcs, we must specifically exclude src
- run: black --check --exclude "/(\.eggs|\.git|_cache|src)/" ./