PAIR-code / PAIR-code/deliberate-lab
Add tsc to CI
Open
Nobody has claimed this yet.
stale
- Dominant language
- TypeScript
- Stars
- 96
- Forks
- 40
- Avg merge
- 2d 11h
- Merged PRs (30d)
- 20
Description
Our current build pipeline doesn't do typechecking or symbol resolution, so it can let errors through. We should run tsc --noEmit to check for these, after cleaning up the codebase so that it passes.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the current build pipeline and running tsc --noEmit locally to identify the typechecking and symbol-resolution failures. Clean up the codebase until the command passes, then add it to the CI pipeline and confirm that CI runs it successfully.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- ci-cd
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100