From fd7469d08c42f63fd9ceb9badf35c081dea428a6 Mon Sep 17 00:00:00 2001 From: VNMabus Date: Tue, 23 Jan 2024 17:11:02 +0100 Subject: [PATCH] Specify path in Mypy action --- .github/workflows/mypy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/mypy.yml b/.github/workflows/mypy.yml index beba751..98c4e5b 100644 --- a/.github/workflows/mypy.yml +++ b/.github/workflows/mypy.yml @@ -23,5 +23,6 @@ jobs: with: github_token: ${{ secrets.github_token }} reporter: github-pr-review + execute_command: "mypy ." # The action will output fail if there are mypy errors level: error \ No newline at end of file