Update mypy Github action
This commit is contained in:
@@ -3,7 +3,7 @@ name: mypy-test
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
paths:
|
paths:
|
||||||
- 'app/*.py'
|
- '**.py'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
mypy:
|
mypy:
|
||||||
@@ -18,7 +18,5 @@ jobs:
|
|||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- name: Install mypy
|
- name: Install mypy
|
||||||
run: pip install mypy
|
run: pip install mypy
|
||||||
- name: Check Folders
|
|
||||||
run: ls
|
|
||||||
- name: Run mypy
|
- name: Run mypy
|
||||||
run: mypy --ignore-missing-imports *.py
|
run: mypy --ignore-missing-imports ./app
|
||||||
|
|||||||
Reference in New Issue
Block a user