Add GitHub action to check mypy

pull/960/head
Vadim Kharitonov 2 years ago
parent b5b631de92
commit 4daa79c1d6
No known key found for this signature in database
GPG Key ID: E588C1A9283FE92A

@ -33,3 +33,5 @@ jobs:
run: | run: |
poetry install poetry install
poetry run python -m unittest -v tests/*.py poetry run python -m unittest -v tests/*.py
- name: Run mypy
run: poetry run mypy

Loading…
Cancel
Save