Skip to content

Commit f4b7eec

Browse files
committed
added github action to run mypy
1 parent faa8fe6 commit f4b7eec

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/run_tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,9 @@ jobs:
6363
- name: flake it
6464
run: poetry run flake8 .
6565

66+
- name: run mypy
67+
run: poetry run mypy .
68+
6669
- name: run tests
6770
run: |
6871
poetry run coverage run -m pytest --create-db

0 commit comments

Comments
 (0)