Skip to content

Commit

Permalink
Specify path in Mypy action
Browse files Browse the repository at this point in the history
  • Loading branch information
vnmabus committed Jan 23, 2024
1 parent 92e137b commit fd7469d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/mypy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit fd7469d

Please sign in to comment.