Update Github action
This commit is contained in:
@@ -21,6 +21,6 @@ jobs:
|
||||
- name: Run mypy
|
||||
uses: sasanquaneuf/mypy-github-action@releases/v1
|
||||
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:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
Reference in New Issue
Block a user