Update mypy-test.yml
This commit is contained in:
@@ -18,9 +18,7 @@ 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
|
||||||
uses: sasanquaneuf/mypy-github-action@releases/v1
|
run: mypy --ignore-missing-imports *.py
|
||||||
with:
|
|
||||||
checkName: 'mypy --ignore-missing-imports' # NOTE: this needs to be the same as the job name
|
|
||||||
env:
|
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user