Skip to content

Commit

Permalink
use github-check reporter
Browse files Browse the repository at this point in the history
  • Loading branch information
juliamrch committed Feb 6, 2024
1 parent c2838d7 commit d1f7628
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/styles-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- uses: actions/checkout@v4
- uses: errata-ai/vale-action@reviewdog
with:
reporter: github-pr-check # How results are reported
reporter: github-check # How results are reported
filter_mode: added # Consider only changes in the modified or added lines
fail_on_error: true # Fail the action if errors are found
token: ${{ secrets.GITHUB_TOKEN }} # Post review

0 comments on commit d1f7628

Please sign in to comment.