Skip to content

Commit

Permalink
fix: stick with github-check
Browse files Browse the repository at this point in the history
  • Loading branch information
chuckadams committed Dec 22, 2024
1 parent dde779f commit f968677
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/spellcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,7 @@ jobs:
version: latest
files: all
debug: false
# reporter: github-pr-annotations # HMM: default is not documented on https://github.com/errata-ai/vale-action
# reporter: github-check # works, appears to be the same as github-pr-annotations
# reporter: github-pr-check
reporter: github-pr-review
fail_on_error: false
reporter: github-check # https://github.com/reviewdog/reviewdog#reporters
fail_on_error: true
level: error
filter_mode: added

0 comments on commit f968677

Please sign in to comment.