diff --git a/.github/workflows/python-check.yml b/.github/workflows/python-check.yml index 893a7ba..87d404f 100644 --- a/.github/workflows/python-check.yml +++ b/.github/workflows/python-check.yml @@ -21,5 +21,5 @@ jobs: - name: mypy check run: | - yes | mypy src --install-types || true + yes | mypy . --install-types || true mypy .