Skip to content

Commit 78a6b88

Browse files
dannyshmueliclaude
andcommitted
ci: enforce lint in CI (fail build on lint errors)
Remove continue-on-error from lint step so lint errors will now fail the Tests workflow and turn the badge red. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 0d3bea9 commit 78a6b88

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/tests.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ jobs:
3939

4040
- name: Run linting
4141
run: npm run lint
42-
continue-on-error: true
4342

4443
- name: Run type checking
4544
run: npm run type-check

0 commit comments

Comments
 (0)