Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyshuttleworth committed Jul 1, 2024
1 parent 3dddcaf commit a59a0f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
- name: Lint with flake8
run: |
python -m flake8 pcpostprocess/*.py tests/*.py scripts/*.py
python -m flake8 pcpostprocess/*.py tests/*.py pcpostprocess/scripts/*.py
- name: Import sorting with isort
run: |
python -m isort --verbose --check-only --diff pcpostprocess tests setup.py

0 comments on commit a59a0f5

Please sign in to comment.