Skip to content

Commit

Permalink
ci: fix reviewdog exit mode when it fails
Browse files Browse the repository at this point in the history
  • Loading branch information
JustAnotherID committed Oct 22, 2024
1 parent e696f06 commit c26fe45
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/reviewdog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,4 @@ jobs:
env:
REVIEWDOG_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
pnpm exec eslint -f rdjson . | reviewdog -f=rdjson -reporter=github-pr-review
- uses: EPMatt/reviewdog-action-prettier@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
reporter: github-pr-review
level: warning
pnpm exec eslint -f rdjson . | reviewdog -f=rdjson -reporter=github-pr-review -filter-mode=nofilter -fail-on-error

0 comments on commit c26fe45

Please sign in to comment.