Skip to content

Commit

Permalink
Update PR.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
as3810t authored Nov 3, 2024
1 parent 86907e5 commit 93e6aaa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/PR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ jobs:
- uses: EPMatt/reviewdog-action-prettier@v1
with:
github_token: ${{ secrets.github_token }}
reporter: github-pr-review
reporter: github-pr-check
level: warning
fail_on_error: true
filter_mode: nofilter
prettier_flags: "--check \"**/*.{js,sol,ts,json,jsx,tsx}\" ."
prettier_flags: "**/*.{js,sol,ts,json,jsx,tsx}"

0 comments on commit 93e6aaa

Please sign in to comment.