Skip to content

Commit 8f17d18

Browse files
committed
Run mypy as part of CI job
Signed-off-by: Stephen Finucane <stephen@that.guru>
1 parent 3ff77a7 commit 8f17d18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Install dependencies
1818
run: python -m pip install tox
1919
- name: Run tox
20-
run: tox -e style
20+
run: tox -e style,mypy
2121
test:
2222
name: Run unit tests
2323
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)