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