Skip to content

Commit 2d2018a

Browse files
committed
fix(ci): fail on lib lint errors
1 parent d2d98f3 commit 2d2018a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,7 @@ jobs:
5151
- name: Install global linter dependencies
5252
run: npm install -g typescript @biomejs/biome
5353
- run: pnpm lint
54-
- name: Lint (lib, informational)
55-
continue-on-error: true
54+
- name: Lint (lib)
5655
run: pnpm --filter @effect-template/lib lint
5756

5857
test:

0 commit comments

Comments
 (0)