Skip to content

Commit

Permalink
Revert reporter
Browse files Browse the repository at this point in the history
  • Loading branch information
GAsplund committed Nov 6, 2024
1 parent 2729993 commit 40d6a36
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,16 +55,16 @@ jobs:
uses: reviewdog/action-eslint@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
reporter: github-pr-annotations
reporter: github-pr-check
filter_mode: ${{ (github.event_name == 'pull_request') && 'file' || 'nofilter' }}
level: ${{ (github.event_name == 'pull_request') && 'error' || 'warning' }}
tool_name: ESLint

- name: Prettier
uses: recitalsoftware/reviewdog-action-prettier@515af15b62f88daec74c7d93d1c29b62dd0b8e11
uses: EPMatt/reviewdog-action-prettier@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
reporter: github-pr-annotations
reporter: github-pr-check
filter_mode: ${{ (github.event_name == 'pull_request') && 'file' || 'nofilter' }}
level: ${{ (github.event_name == 'pull_request') && 'error' || 'warning' }}
tool_name: Prettier

0 comments on commit 40d6a36

Please sign in to comment.