autofix: eslint shouldn't abort the entire fixing process.

This commit is contained in:
Maximilian Hils 2024-07-09 20:58:46 +02:00 committed by GitHub
parent f211ca91be
commit 59fbbdc4b2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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