feat: add CI/CD pipeline with lint and format checks (#44)#61
feat: add CI/CD pipeline with lint and format checks (#44)#61kushbosamiya wants to merge 1 commit into
Conversation
- Add GitHub Actions CI workflow that runs on push/PR to main - Steps: npm ci, tsc --noEmit, next lint, prettier --check - Add .prettierrc for consistent formatting rules - Uses Node.js 20 with npm caching for fast CI runs
|
Warning Rate limit exceeded
⌛ 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 (2)
✨ Finishing Touches🧪 Generate unit tests (beta)
Tip Try Coding Plans. Let us write the prompt for your AI agent so you can ship faster (with fewer bugs). Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Problem
There is currently no CI pipeline to enforce consistent formatting and prevent lint errors from being merged. (Closes #44)
Changes
ci.yml) that runs on push/PR to mainnpm ci,tsc --noEmit,next lint, andprettier --check ..prettierrcfor consistent formatting rules across the project