Update mypy-test.yml
This commit is contained in:
@@ -18,9 +18,7 @@ jobs:
|
||||
uses: actions/checkout@v3
|
||||
- name: Install mypy
|
||||
run: pip install mypy
|
||||
- name: Check Folders
|
||||
run: ls
|
||||
- name: Run mypy
|
||||
uses: sasanquaneuf/mypy-github-action@releases/v1
|
||||
with:
|
||||
checkName: 'mypy --ignore-missing-imports' # NOTE: this needs to be the same as the job name
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
run: mypy --ignore-missing-imports *.py
|
||||
|
||||
Reference in New Issue
Block a user