Skip to content

Add PR-level CI workflow (lint + test on pull_request)#5

Merged
Fl0p merged 1 commit into
mainfrom
flo-170-pr-ci-gate
May 24, 2026
Merged

Add PR-level CI workflow (lint + test on pull_request)#5
Fl0p merged 1 commit into
mainfrom
flo-170-pr-ci-gate

Conversation

@Fl0p

@Fl0p Fl0p commented May 24, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Adds .github/workflows/ci.yml triggered on pull_request
  • Runs pnpm install --frozen-lockfile, pnpm lint, pnpm test --run
  • No deploy step and no secrets required — safe for all PRs including forks
  • Concurrency group cancels in-progress runs on the same ref to avoid stale checks

Test plan

  • Merge this PR and open a follow-up PR to observe the CI check (green)
  • In a follow-up PR, introduce a lint violation to confirm the check goes red

Closes FLO-170

🤖 Generated with Claude Code

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>
@coderabbitai

coderabbitai Bot commented May 24, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@Fl0p, we couldn't start this review because you've used your available PR reviews for now.

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 @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

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.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 57793292-4b34-4d58-9a97-a7a34863e422

📥 Commits

Reviewing files that changed from the base of the PR and between 710f344 and 38ceecf.

📒 Files selected for processing (1)
  • .github/workflows/ci.yml
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch flo-170-pr-ci-gate

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@Fl0p Fl0p merged commit 958658a into main May 24, 2026
2 checks passed
@Fl0p Fl0p deleted the flo-170-pr-ci-gate branch May 24, 2026 13:24
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