From 9d8ff3b453b3c5204894a827f2c93de45e26df23 Mon Sep 17 00:00:00 2001 From: Ayo Date: Wed, 27 Dec 2023 13:56:08 +0100 Subject: [PATCH] chore: disable continue on error --- .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 c3b6b9e..2eda83e 100644 --- a/.github/workflows/eslint.yml +++ b/.github/workflows/eslint.yml @@ -32,7 +32,7 @@ jobs: --ext .js,.mjs --format @microsoft/eslint-formatter-sarif --output-file eslint-results.sarif - continue-on-error: true + continue-on-error: false - name: Upload analysis results to GitHub uses: github/codeql-action/upload-sarif@v2