Skip to content

Merge branch 'main' into add-aspera-image #921

Merge branch 'main' into add-aspera-image

Merge branch 'main' into add-aspera-image #921

Workflow file for this run

name: Linting
on: [push]
jobs:
lint:
runs-on: ubuntu-latest
defaults:
run:
shell: bash -l {0}
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: "3.11"
- name: pre-commit
run: |
# pre-commit should install all the dependencies
pip install -r requirements-dev.txt
pre-commit run --all-files