fix(ci): satisfy strict clippy checks and guardrails #86
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
| name: Canonical Sister Guardrails | |
| on: | |
| push: | |
| paths: | |
| - "README.md" | |
| - "INSTALL.md" | |
| - "install.sh" | |
| - "scripts/**" | |
| - "docs/**" | |
| - "src/**" | |
| - "crates/**" | |
| - "Cargo.toml" | |
| - "Cargo.lock" | |
| - ".github/workflows/canonical-sister-guardrails.yml" | |
| pull_request: | |
| paths: | |
| - "README.md" | |
| - "INSTALL.md" | |
| - "install.sh" | |
| - "scripts/**" | |
| - "docs/**" | |
| - "src/**" | |
| - "crates/**" | |
| - "Cargo.toml" | |
| - "Cargo.lock" | |
| - ".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 |