Conversation
Runs `yarn tsc --noEmit` on all PRs targeting main to catch type errors before merge. This prevents build failures during Render deployment.
WalkthroughIntroduces a new GitHub Actions CI workflow configured to automatically run TypeScript type checking on pull requests targeting the main branch. The workflow sets up Node.js 20, installs dependencies via yarn, and executes the TypeScript compiler in no-emit mode. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes
Poem
📜 Recent review detailsConfiguration used: defaults Review profile: CHILL Plan: Free 📒 Files selected for processing (1)
Note 🎁 Summarized by CodeRabbit FreeThe PR author is not assigned a seat. To perform a comprehensive line-by-line review, please assign a seat to the pull request author through the subscription management page by visiting https://app.coderabbit.ai/login. Comment |
Runs
yarn tsc --noEmiton all PRs targeting main to catch type errors before merge. This prevents build failures during Render deployment.Summary by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings.