Skip to content

Commit

Permalink
CI: Run flake8 on src #1196
Browse files Browse the repository at this point in the history
  • Loading branch information
dennissiemensma committed Jun 10, 2024
1 parent 1098451 commit 0243e78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/automated-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
poetry install --no-root --with dev
- name: Check flake8
run: poetry run flake8 -v
run: poetry run flake8 -v src/

- name: Run SQLite tests
run: poetry run py.test --cov --cov-report=xml
Expand Down

0 comments on commit 0243e78

Please sign in to comment.