Add PR CI workflow - #55
Merged
Merged
Conversation
|
Important
This repository does not receive automatic reviews because it has fewer than 10 stars. ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Advanced Run ID: 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 |
Nothing currently verifies a pull request in this repo: the existing workflows run on push to the default branch, after the merge. That makes dependency bumps unreviewable in practice -- a Dependabot PR looks green because nothing is checking it. This adds a pull_request-triggered build. Actions are pinned by commit SHA and checkout runs with persist-credentials: false, matching the convention used elsewhere in the org and satisfying the zizmor audit. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01LpZM2dqedR4fXiLn7272XQ
3uzbcqje
force-pushed
the
chore/pr-ci
branch
from
September 11, 2026 19:03
c1277f6 to
a2c64e7
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a
pull_request-triggered build. Right now nothing in this repo verifies a PR at all — the existing workflows run onpushto the default branch, after the merge. That is what makes the Dependabot PRs unreviewable: they look green because nothing is checking them.Status
✅ Green. Verified locally:
npm ciandnpm run buildpass on the default branch.Notes
npm run lintcurrently crashes before reaching your code:@typescript-eslint/no-unused-expressionsis incompatible with the installed eslint 9.15 (Cannot read properties of undefined (reading 'allowShortCircuit')). A Dependabot bump of either package may resolve it, after which the step can be added.Conventions
Equal-Vote/terraform.persist-credentials: falseon checkout — otherwise the job token is left in.git/config, which the zizmorartipackedaudit flags. Nothing here pushes.permissions: contents: read— least privilege.concurrencywithcancel-in-progress, so a new push supersedes the in-flight run.Every deviation above is explained inline in the workflow file, so the next person does not have to rediscover it.
🤖 Generated with Claude Code
https://claude.ai/code/session_01LpZM2dqedR4fXiLn7272XQ