Skip to content

Commit

Permalink
Add mypy type checks
Browse files Browse the repository at this point in the history
  • Loading branch information
chazeon committed May 29, 2024
1 parent 4318622 commit 3ea298c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ jobs:
- name: Test with pytest
run: |
pytest
- name: Type check with mypy
run: |
mypy .
- uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down

0 comments on commit 3ea298c

Please sign in to comment.