Skip to content

Commit

Permalink
Add mypy check.
Browse files Browse the repository at this point in the history
  • Loading branch information
adamghill committed Jul 28, 2024
1 parent 8232137 commit 9af4b34
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,8 @@ jobs:
- name: ruff check
run: poetry run ruff check .

- name: mypy
run: poetry run mypy django_unicorn

- name: Run all tests
run: poetry run nox

0 comments on commit 9af4b34

Please sign in to comment.