We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99ba749 commit a2b68d8Copy full SHA for a2b68d8
.github/workflows/ci.yml
@@ -51,6 +51,7 @@ jobs:
51
52
- name: Lint frontend code
53
run: npm run lint
54
+ stop-on-error: false
55
56
- name: Build frontend
57
run: npm run build
0 commit comments