Skip to content

Commit a3291f5

Browse files
committed
build(ci): run mypy in CI alongside linting
Signed-off-by: Hal Blackburn <[email protected]>
1 parent 66aa64b commit a3291f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Install dev dependencies
1818
run: python -m pip install -r requirements/dev.txt
1919
- name: Run linting
20-
run: python -m tox -e lint
20+
run: python -m tox -e lint,mypy,mypy-samples-image,mypy-samples-json
2121

2222
test:
2323
strategy:

0 commit comments

Comments
 (0)