added mypy to github action

This commit is contained in:
Bastian Venthur
2022-08-31 22:57:02 +02:00
parent 451fb1b260
commit 10f84ebb16

View File

@@ -36,3 +36,7 @@ jobs:
- name: Run linter
run: |
make lint
- name: Run mypy
run: |
make mypy