ci: remove continue-on-error from lint step
All ESLint errors have been fixed — lint now exits 0. The lint step will now fail the CI build if any errors are introduced. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@@ -84,9 +84,6 @@ jobs:
|
||||
# ── 5. Lint & format ──────────────────────────────────────────────────
|
||||
- name: Lint frontend
|
||||
run: pnpm lint
|
||||
continue-on-error: true
|
||||
# NOTE: codebase has ~60 pre-existing lint errors (no-explicit-any, react hooks, etc.)
|
||||
# tracked in Todoist — fix before removing continue-on-error
|
||||
|
||||
- name: Clippy (Rust)
|
||||
run: cargo clippy --manifest-path=src-tauri/Cargo.toml -- -D warnings
|
||||
|
||||
Reference in New Issue
Block a user