diff --git a/.github/workflows/mypy-test.yml b/.github/workflows/mypy-test.yml index a6ee74d..fd87d33 100644 --- a/.github/workflows/mypy-test.yml +++ b/.github/workflows/mypy-test.yml @@ -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 }} \ No newline at end of file + run: mypy --ignore-missing-imports *.py