We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee77583 commit 4fa3c1cCopy full SHA for 4fa3c1c
1 file changed
.github/workflows/mypy.yml
@@ -69,8 +69,10 @@ jobs:
69
fi
70
71
- name: Lint the code with mypy
72
- uses: sasanquaneuf/mypy-github-action@a3f3a66f97792cac0cfd11d3e5c87088e5c8f6a9 # releases/v1.3
+ uses: amilcarlucas/mypy-github-action@95c454291156b50127b2e147e807df96cb511b2c # v2.0.0
73
with:
74
checkName: 'mypy' # NOTE: this needs to be the same as the job name
75
+ mypyFlags: ''
76
+ mypyFiles: ''
77
env:
78
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments