Remove bun run build from github action#15
Conversation
Co-authored-by: andre.timo.landgraf <andre.timo.landgraf@gmail.com>
|
Cursor Agent can help with this pull request. Just |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Warning Rate limit exceeded@andrelandgraf has exceeded the limit for the number of commits or files that can be reviewed per hour. Please wait 17 minutes and 59 seconds before requesting another review. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. 📒 Files selected for processing (1)
✨ Finishing touches🧪 Generate unit tests
Comment |
Remove
bun run buildfrom the PR/commit GitHub Action to prevent Zod/environment variable errors during CI.The
bun run buildstep was failing in CI with Zod errors related to missing environment variables, which indicates a runtime configuration issue rather than a build-time problem. Removing this step allows PRs to pass CI without these irrelevant build failures, while still maintaining format and type checks.