From 91a7e7d5e1e6565af51aa528ebbbbc53646790b3 Mon Sep 17 00:00:00 2001 From: Igor Volochay <44619012+IgorVolochay@users.noreply.github.com> Date: Fri, 31 Jan 2025 19:02:52 +0300 Subject: [PATCH] Update mypy-test.yml --- .github/workflows/mypy-test.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) 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