Skip to content

Commit

Permalink
ci(test): Add mypy check
Browse files Browse the repository at this point in the history
  • Loading branch information
tony authored and twmr committed Sep 7, 2022
1 parent ce05949 commit a4dd5c6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ jobs:
- name: Lint (isort)
run: isort --check .

- name: Lint (mypy)
run: mypy .

- name: Unit tests
run: |
tox -e ci-py -- -v --color=yes

0 comments on commit a4dd5c6

Please sign in to comment.