diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 83d7c3a..5668ea8 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -12,4 +12,5 @@ jobs: - uses: mongolyy/reviewdog-action-biome@v1 with: github_token: ${{ secrets.GITHUB_TOKEN }} - reporter: github-pr-review \ No newline at end of file + reporter: github-pr-review + fail_level: any \ No newline at end of file