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
+8
View File
@@ -33,6 +33,14 @@ jobs:
run: |
ruff check SPARC/ tests/
- name: Install Node.js and check TypeScript types
shell: sh
run: |
apk add --no-cache nodejs npm
cd frontend
npm ci
npx tsc --noEmit
- name: Run pytest
shell: sh
env: