build(ci): run mypy in CI alongside linting
Signed-off-by: Hal Blackburn <hwtb2@cam.ac.uk>
This commit is contained in:
parent
66aa64b3af
commit
a3291f5453
|
@ -17,7 +17,7 @@ jobs:
|
|||
- name: Install dev dependencies
|
||||
run: python -m pip install -r requirements/dev.txt
|
||||
- name: Run linting
|
||||
run: python -m tox -e lint
|
||||
run: python -m tox -e lint,mypy,mypy-samples-image,mypy-samples-json
|
||||
|
||||
test:
|
||||
strategy:
|
||||
|
|
Loading…
Reference in New Issue