Skip to content

Commit

Permalink
Change reviewdog reporter
Browse files Browse the repository at this point in the history
  • Loading branch information
plettich committed Dec 10, 2024
1 parent 1be281f commit 6819af2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rd_codespell.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
REVIEWDOG_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
codespell -q 3 -S $(paste -s -d, .codespell_skip) -I .codespell_ignore . \
| reviewdog -efm="%f:%l: %m" -name="codespell" -reporter=github-pr-check -level=warning
| reviewdog -efm="%f:%l: %m" -name="rd-codespell" -reporter=github-pr-review -level=info

0 comments on commit 6819af2

Please sign in to comment.