Skip to content

Commit 303b273

Browse files
authored
Merge pull request #18 from JoShMiQueL/update-reviewdog
fix: replace deprecated fail_on_error with fail_level in biome action
2 parents c1043df + 5380915 commit 303b273

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pull_request.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@ jobs:
1212
- uses: mongolyy/reviewdog-action-biome@v1
1313
with:
1414
github_token: ${{ secrets.GITHUB_TOKEN }}
15-
reporter: github-pr-review
15+
reporter: github-pr-review
16+
fail_level: any

0 commit comments

Comments
 (0)