Skip to content

Add CI workflow for typecheck and tests - #4

Merged
myaschmitz merged 1 commit into
mainfrom
myaschmitz-supreme-lamp
Jun 28, 2026
Merged

Add CI workflow for typecheck and tests#4
myaschmitz merged 1 commit into
mainfrom
myaschmitz-supreme-lamp

Conversation

@myaschmitz

Copy link
Copy Markdown
Owner

Adds a GitHub Actions CI workflow that runs on PRs and pushes to main.

What it does

  • Typecheck job: npx tsc --noEmit
  • Test job: npm run test:ci (Jest, CI mode with coverage)

Both run on Node 24 with npm dependency caching.

Why

Now that main is protected and changes flow through PRs, this gives a green-check gate. Once merged, these checks can be marked required in branch protection so main stays green automatically.

Verified locally: tsc --noEmit passes and all 72 tests pass.

Co-authored-by: Copilot 223556219+Copilot@users.noreply.github.com

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@vercel

vercel Bot commented Jun 28, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
rooted Ready Ready Preview, Comment Jun 28, 2026 7:05am

@myaschmitz
myaschmitz merged commit 677bc07 into main Jun 28, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant