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