Merge pull request 'CI: add tsc --noEmit TypeScript type checking to test job' (#269) from feature/260-tsc-ci into main

This commit was merged in pull request #269.
This commit is contained in:
2026-03-27 11:07:02 +00:00
+8
View File
@@ -33,6 +33,14 @@ jobs:
run: | run: |
ruff check SPARC/ tests/ 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 - name: Run pytest
shell: sh shell: sh
env: env: