Skip to content

Mw/new aggregate export data #1305

Mw/new aggregate export data

Mw/new aggregate export data #1305

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)/" ./