From 9a1425f1fc9349baedc710ffea6aa7a992a3556d Mon Sep 17 00:00:00 2001 From: Zach Rutman Date: Thu, 13 Jun 2024 21:12:14 -0700 Subject: [PATCH] Fix Github Actions eslint task (#22) --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1b1523e..a6d21f1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,9 +21,9 @@ jobs: run: npm run actions:lint continue-on-error: true - name: Annotate Code Linting Results - uses: ataylorme/eslint-annotate-action@v2 + uses: ataylorme/eslint-annotate-action@v3 + continue-on-error: true with: - repo-token: "${{ secrets.GITHUB_TOKEN }}" report-json: "eslint_report.json" - name: Upload ESLint report uses: actions/upload-artifact@v2