Skip to content

Commit

Permalink
added additional setup inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
fullerzz committed Sep 21, 2024
1 parent b590a74 commit 3448aee
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/reviewdog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ jobs:
uv venv
source .venv/bin/activate
uv sync
- uses: actions/checkout@v4
- uses: tsuyoshicho/action-mypy@v4
with:
github_token: ${{ secrets.github_token }}
Expand All @@ -36,6 +34,9 @@ jobs:
# Change reporter level if you need.
# GitHub Status Check won't become failure with warning.
level: warning
setup_command: |
source .venv/bin/activate
setup_method: adaptive
# Change the current directory to run mypy command.
# mypy command reads setup.cfg or other settings file in this path.
workdir: .
Expand Down

0 comments on commit 3448aee

Please sign in to comment.