Skip to content

Commit d57fc75

Browse files
committed
fix: Remove continue in lint action
1 parent 18a72c8 commit d57fc75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ jobs:
2323
- name: Install dependencies
2424
run: pnpm install
2525
- name: Run lint
26-
run: pnpm lint --continue
26+
run: pnpm lint

0 commit comments

Comments
 (0)