Skip to content

Commit

Permalink
ci: add mypy and pre-commit to test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
linuxdaemon committed May 19, 2024
1 parent b7f93a4 commit 300a9a8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,11 @@ jobs:
- name: Run static analysis
run: hatch fmt --check

- name: Run type check
run: hatch run types:check

- name: Run pre-commit
run: hatch run pre-commit run --all

- name: Run tests
run: hatch test --python ${{ matrix.python-version }} --cover --randomize --parallel --retries 2 --retry-delay 1

0 comments on commit 300a9a8

Please sign in to comment.