We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc128db commit bd359caCopy full SHA for bd359ca
1 file changed
.github/workflows/frontend-ci.yml
@@ -28,6 +28,8 @@ jobs:
28
29
- name: Lint
30
run: npm run lint
31
+ continue-on-error: true
32
33
- name: Build
34
run: npm run build
35
0 commit comments