Update Github action
This commit is contained in:
@@ -21,6 +21,6 @@ jobs:
|
|||||||
- name: Run mypy
|
- name: Run mypy
|
||||||
uses: sasanquaneuf/mypy-github-action@releases/v1
|
uses: sasanquaneuf/mypy-github-action@releases/v1
|
||||||
with:
|
with:
|
||||||
checkName: 'mypy' # NOTE: this needs to be the same as the job name
|
checkName: 'mypy --ignore-missing-imports' # NOTE: this needs to be the same as the job name
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
Reference in New Issue
Block a user