From 59fbbdc4b293cace2195c0250fcf4e7c0a808359 Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Tue, 9 Jul 2024 20:58:46 +0200 Subject: [PATCH] autofix: eslint shouldn't abort the entire fixing process. --- .github/workflows/autofix.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/autofix.yml b/.github/workflows/autofix.yml index dde114103..c2ae2daec 100644 --- a/.github/workflows/autofix.yml +++ b/.github/workflows/autofix.yml @@ -31,6 +31,7 @@ jobs: working-directory: web - run: npm run eslint working-directory: web + continue-on-error: true - run: npm run prettier working-directory: web