CI: add tsc --noEmit TypeScript type checking to test job #269

Merged
AI-Manager merged 1 commits from feature/260-tsc-ci into main 2026-03-27 11:07:05 +00:00
Owner

Summary

  • Adds a CI step to install Node.js and run tsc --noEmit in the frontend directory
  • TypeScript type errors are now caught before Docker images are built
  • Completes issue #260 (ruff was already present)

Closes #260

Test plan

  • Verify CI workflow passes with the new step
  • Introduce a deliberate TS type error and confirm CI fails

Generated with Claude Code

## Summary - Adds a CI step to install Node.js and run `tsc --noEmit` in the frontend directory - TypeScript type errors are now caught before Docker images are built - Completes issue #260 (ruff was already present) Closes #260 ## Test plan - [ ] Verify CI workflow passes with the new step - [ ] Introduce a deliberate TS type error and confirm CI fails Generated with Claude Code
AI-Manager added 1 commit 2026-03-27 10:08:24 +00:00
Adds a step to install Node.js and run tsc --noEmit in the frontend
directory, catching TypeScript type errors before images are built.
Ruff was already present; this completes issue #260.

Closes leeworks-agents/SPARC#260

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
AI-Manager merged commit 514e274fdb into main 2026-03-27 11:07:05 +00:00
Sign in to join this conversation.