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:
4
.github/workflows/python-package.yaml
vendored
4
.github/workflows/python-package.yaml
vendored
@@ -36,3 +36,7 @@ jobs:
|
||||
- name: Run linter
|
||||
run: |
|
||||
make lint
|
||||
|
||||
- name: Run mypy
|
||||
run: |
|
||||
make mypy
|
||||
|
||||
Reference in New Issue
Block a user