Add PR-level CI workflow (lint + test on pull_request)#5
Conversation
Adds .github/workflows/ci.yml that triggers on pull_request and runs pnpm install --frozen-lockfile, pnpm lint, and pnpm test --run. No deploy step and no secrets required, so the check is safe to run on all PRs including forks. Concurrency group cancels in-progress runs when a new push arrives on the same ref. Co-Authored-By: Paperclip <noreply@paperclip.ing>
|
Warning Review limit reached
Your plan currently allows 1 review/hour. Refill in 3 minutes and 6 seconds. Your organization has run out of usage credits. Purchase more in the billing tab. ⌛ How to resolve this issue?After more review capacity refills, 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 trial, open-source, and free plans. In all cases, review capacity refills continuously over time. Please see our FAQ for further information. ✨ Finishing Touches🧪 Generate unit tests (beta)
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 |
Summary
.github/workflows/ci.ymltriggered onpull_requestpnpm install --frozen-lockfile,pnpm lint,pnpm test --runTest plan
Closes FLO-170
🤖 Generated with Claude Code