Skip to content

Commit

Permalink
Run code checkers in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mgcam committed Apr 24, 2024
1 parent c61f59e commit 298988e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,11 @@ jobs:
- name: Run pytest
run: |
poetry run pytest
- name: Run code style checker
run: |
poetry run flake8
- name: Run code formatter
run: |
poetry run black --check src

0 comments on commit 298988e

Please sign in to comment.