From b392ffa948d897a42478e424f8a43ca5c20bf578 Mon Sep 17 00:00:00 2001 From: Bas950 Date: Sun, 19 Jan 2025 19:23:21 +0100 Subject: [PATCH] chore(actions): update eslint action --- .github/workflows/eslint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/eslint.yml b/.github/workflows/eslint.yml index d9f7f9822fef..c900e14dbf66 100644 --- a/.github/workflows/eslint.yml +++ b/.github/workflows/eslint.yml @@ -36,7 +36,7 @@ jobs: - name: Run ESLint env: SARIF_ESLINT_IGNORE_SUPPRESSED: 'true' - run: npx eslint . --config eslint.config.mjs --ext .js,.jsx,.ts,.tsx --format @microsoft/eslint-formatter-sarif --output-file eslint-results.sarif + run: npx eslint . --config eslint.config.mjs --format @microsoft/eslint-formatter-sarif --output-file eslint-results.sarif continue-on-error: true - name: Upload analysis results to GitHub