From c26fe4545a35d056b79487877b8a43381ebbf53c Mon Sep 17 00:00:00 2001 From: JustAnotherID Date: Tue, 22 Oct 2024 17:08:25 +0800 Subject: [PATCH] ci: fix reviewdog exit mode when it fails --- .github/workflows/reviewdog.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/reviewdog.yml b/.github/workflows/reviewdog.yml index 5bfd375..b75fa77 100644 --- a/.github/workflows/reviewdog.yml +++ b/.github/workflows/reviewdog.yml @@ -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