Skip to content

Commit

Permalink
Run mypy as part of CI job
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Finucane <[email protected]>
  • Loading branch information
stephenfin committed Jun 28, 2022
1 parent 2701ed4 commit d11a908
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Install dependencies
run: python -m pip install tox
- name: Run tox
run: tox -e style
run: tox -e style,mypy
test:
name: Run unit tests
runs-on: ubuntu-latest
Expand Down

0 comments on commit d11a908

Please sign in to comment.