Skip to content

Commit

Permalink
Run mypy after tests
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Lauf <thomas.lauf@tngtech.com>
  • Loading branch information
lauft committed Nov 11, 2023
1 parent 6f69991 commit a6f0725
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,7 @@ jobs:
run: |
pip install ".[test]"
pytest
- name: Run mypy
run: |
pip install mypy
mypy .

0 comments on commit a6f0725

Please sign in to comment.