Update mypy-test.yml

This commit is contained in:
Igor Volochay
2025-01-31 19:02:52 +03:00
committed by GitHub
parent 697f7680ae
commit 91a7e7d5e1
+3 -5
View File
@@ -18,9 +18,7 @@ jobs:
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: Install mypy - name: Install mypy
run: pip install mypy run: pip install mypy
- name: Check Folders
run: ls
- name: Run mypy - name: Run mypy
uses: sasanquaneuf/mypy-github-action@releases/v1 run: mypy --ignore-missing-imports *.py
with:
checkName: 'mypy --ignore-missing-imports' # NOTE: this needs to be the same as the job name
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}