Skip to content

ci: add TypeScript type-check on PRs#394

Merged
koala73 merged 1 commit intomainfrom
ci/add-typecheck-workflow
Feb 26, 2026
Merged

ci: add TypeScript type-check on PRs#394
koala73 merged 1 commit intomainfrom
ci/add-typecheck-workflow

Conversation

@koala73
Copy link
Owner

@koala73 koala73 commented Feb 26, 2026

Summary

Test plan

  • Workflow triggers on PR with .ts changes
  • Workflow skips on markdown-only PRs
  • Type errors block merge (requires branch protection rule to enforce)

Runs npm run typecheck (tsc --noEmit) on every PR to catch type
errors before merge. Would have prevented the #382 regression.
@vercel
Copy link

vercel bot commented Feb 26, 2026

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

Project Deployment Actions Updated (UTC)
worldmonitor Building Building Preview, Comment Feb 26, 2026 5:31am
worldmonitor-finance Building Building Preview, Comment Feb 26, 2026 5:31am
worldmonitor-happy Building Building Preview, Comment Feb 26, 2026 5:31am
worldmonitor-startup Building Building Preview, Comment Feb 26, 2026 5:31am

Request Review

@chatgpt-codex-connector
Copy link

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.

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