Skip to content

fix: archive the five stranded accepted SDD records (unblocks spec-check) #46

fix: archive the five stranded accepted SDD records (unblocks spec-check)

fix: archive the five stranded accepted SDD records (unblocks spec-check) #46

Workflow file for this run

name: trust
on:
pull_request:
push:
branches: [main]
permissions:
contents: read
jobs:
trust:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
with:
fetch-depth: 0
- uses: dtolnay/rust-toolchain@stable
with:
components: rustfmt, clippy
- uses: Swatinem/rust-cache@v2
- name: CorvidLabs Trust gate
id: trust
uses: CorvidLabs/trust@887c7d74828cc0c7e2f620bdd0325ac8ca9250d1 # v1.1.2
- name: Check managed agent rules
run: |
grep -q "CorvidLabs trust toolchain: BEGIN" AGENTS.md
grep -q "CorvidLabs trust toolchain: END" AGENTS.md