Skip to content

Commit 376dc84

Browse files
continue on error
1 parent a2b68d8 commit 376dc84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151

5252
- name: Lint frontend code
5353
run: npm run lint
54-
stop-on-error: false
54+
continue-on-error: true
5555

5656
- name: Build frontend
5757
run: npm run build

0 commit comments

Comments
 (0)