Skip to content

Add PR CI workflow - #14

Merged
3uzbcqje merged 1 commit into
mainfrom
chore/pr-ci
Sep 13, 2026
Merged

3uzbcqje merged 1 commit into
mainfrom
chore/pr-ci

Conversation

@3uzbcqje

Copy link
Copy Markdown
Contributor

Adds a pull_request-triggered build. Right now nothing in this repo verifies a PR at all — the existing workflows run on push to the default branch, after the merge. That is what makes the Dependabot PRs unreviewable: they look green because nothing is checking them.

Status

🔴 Red on arrival, and that is the finding. npm run build fails on the default branch today, before this workflow existed.

Notes

  • Pre-existing TypeScript errors, not caused by this PR:
    • src/scenes/claims.tsx:94 — TS2322, Type 'number' is not assignable to type 'string'
    • src/scenes/newFile.tsx:5 — TS2322 and TS2786, 'Image' cannot be used as a JSX component
  • These need fixing before the check can gate anything. Merging this PR makes the breakage visible rather than creating it.

Conventions

  • Actions pinned by commit SHA rather than tag, matching Equal-Vote/terraform.
  • persist-credentials: false on checkout — otherwise the job token is left in .git/config, which the zizmor artipacked audit flags. Nothing here pushes.
  • permissions: contents: read — least privilege.
  • concurrency with cancel-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

@coderabbitai

coderabbitai Bot commented Sep 11, 2026

Copy link
Copy Markdown

Important

  • 🔍 Trigger review

This repository does not receive automatic reviews because it has fewer than 10 stars.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Advanced

Run ID: 7f74677f-591b-4103-8716-c97f4859c6a7


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.

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
3uzbcqje merged commit 997bf5b into main Sep 13, 2026
1 of 2 checks passed
@3uzbcqje
3uzbcqje deleted the chore/pr-ci branch September 13, 2026 18:20
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