forked from 0xWheatyz/SPARC
Add ruff linting and tsc type checking to CI #130
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Context
Neither Python linting (ruff) nor TypeScript type checking (tsc --noEmit) is run in CI. Style and type errors can be merged undetected.
Work
Acceptance Criteria
References
Roadmap: P2 -- CI/CD -- No linting or type checking.
This issue has already been resolved. The CI workflow (
.gitea/workflows/test.yml) includes both ruff linting (ruff check SPARC/ tests/) and TypeScript type checking (npx tsc --noEmit).Resolved by PR #32 and PR #53. Closing.