1
0
mirror of https://github.com/venthur/blag.git synced 2025-11-25 20:52:43 +00:00

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