Skip to content

Commit

Permalink
Set vale's reporter to github-check
Browse files Browse the repository at this point in the history
The old value `github-pr-check` was attaching the report to a different
check. See errata-ai/vale-action#73
  • Loading branch information
fabianrbz committed Dec 15, 2022
1 parent b3650b7 commit 8c4238a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,5 +88,6 @@ jobs:
filter_mode: file
fail_on_error: true
vale_flags: "--glob=!app/_src/.repos/kuma/**"
reporter: github-check
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 comments on commit 8c4238a

Please sign in to comment.