Skip to content

Commit

Permalink
Merge pull request #3 from mgcam/more_ci
Browse files Browse the repository at this point in the history
Run code checkers in CI
  • Loading branch information
mgcam authored Apr 24, 2024
2 parents c61f59e + 298988e commit abd9271
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 abd9271

Please sign in to comment.