mirror of
https://github.com/venthur/blag.git
synced 2025-11-26 05:02:58 +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
|
- name: Run linter
|
||||||
run: |
|
run: |
|
||||||
make lint
|
make lint
|
||||||
|
|
||||||
|
- name: Run mypy
|
||||||
|
run: |
|
||||||
|
make mypy
|
||||||
|
|||||||
Reference in New Issue
Block a user