Skip to content

ci: Custodian regression guard#13

Merged
ProtocolWarden merged 2 commits intomainfrom
ci/custodian-regression-guard
May 8, 2026
Merged

ci: Custodian regression guard#13
ProtocolWarden merged 2 commits intomainfrom
ci/custodian-regression-guard

Conversation

@ProtocolWarden
Copy link
Copy Markdown
Owner

Adds CI + local pre-push hook running custodian-multi --fail-on-findings.

  • .github/workflows/custodian-audit.yml — runs on push/PR to main; CI source of truth.
  • .hooks/pre-push — local fast feedback (opt-in: git config core.hooksPath .hooks).

🤖 Generated with Claude Code

Adds .github/workflows/custodian-audit.yml (CI) + .hooks/pre-push (local).
Both run `custodian-multi --repos . --fail-on-findings`. CI is the
source of truth; pre-push gives fast local feedback before push.

Operators install the pre-push hook with: git config core.hooksPath .hooks
@ProtocolWarden ProtocolWarden merged commit e00fad9 into main May 8, 2026
5 checks passed
@ProtocolWarden ProtocolWarden deleted the ci/custodian-regression-guard branch May 8, 2026 16:16
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