diff --git a/.github/workflows/mypy-test.yml b/.github/workflows/mypy-test.yml index 00c1f1e..a6ee74d 100644 --- a/.github/workflows/mypy-test.yml +++ b/.github/workflows/mypy-test.yml @@ -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 }} \ No newline at end of file