PAIR-code / PAIR-code/deliberate-lab

Add tsc to CI

Open
#693 1 comment 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.