Skip to content

Commit

Permalink
Added mypy checking
Browse files Browse the repository at this point in the history
  • Loading branch information
agronholm committed Feb 16, 2021
1 parent f2832e4 commit 851bf83
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/codeqa-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,11 @@ jobs:
path: ~/.cache/pip
key: pip-lint
- name: Install dependencies
run: pip install flake8
run: pip install flake8 mypy
- name: Run flake8
run: flake8 src tests
- name: Run mypy
run: mypy tests/mypy/test_type_annotations.py

test:
needs: [lint]
Expand Down

0 comments on commit 851bf83

Please sign in to comment.