Skip to content

feat: Identity parity across web, READMEs, SVGs, guardrails, publicat… #44

feat: Identity parity across web, READMEs, SVGs, guardrails, publicat…

feat: Identity parity across web, READMEs, SVGs, guardrails, publicat… #44

name: Canonical Sister Guardrails
on:
push:
paths:
- "README.md"
- "scripts/install.sh"
- "scripts/check-install-commands.sh"
- "scripts/check-canonical-sister.sh"
- "scripts/check-runtime-hardening.sh"
- "docs/**"
- ".github/workflows/canonical-sister-guardrails.yml"
pull_request:
paths:
- "README.md"
- "scripts/install.sh"
- "scripts/check-install-commands.sh"
- "scripts/check-canonical-sister.sh"
- "scripts/check-runtime-hardening.sh"
- "docs/**"
- ".github/workflows/canonical-sister-guardrails.yml"
jobs:
validate-canonical-sister:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install command guardrails
run: ./scripts/check-install-commands.sh
- name: Canonical sister guardrails
run: ./scripts/check-canonical-sister.sh