forked from 0xWheatyz/SPARC
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2bbf2d70bb | |||
| f8ca1b80b1 |
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user