Skip to content

Commit

Permalink
Merge pull request #549 from GAA-UAM/hotfix/UpdateMypyWorkflow
Browse files Browse the repository at this point in the history
Update mypy workflow
  • Loading branch information
vnmabus committed Jun 25, 2023
2 parents 4da5cba + d293fc3 commit fbe63ce
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/mypy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,8 @@ jobs:
- uses: tsuyoshicho/action-mypy@v3
with:
github_token: ${{ secrets.github_token }}
# Change reviewdog reporter if you need [github-pr-check,github-check,github-pr-review].
reporter: github-pr-review
# Change reporter level if you need.
# GitHub Status Check won't become failure with warning.
level: warning
# The action will output fail if there are mypy errors
level: error
setup_command: pip install -r requirements.txt pytest mypy
mypy_flags: ''

0 comments on commit fbe63ce

Please sign in to comment.