diff --git a/.github/workflows/agents-md-integrity.yml b/.github/workflows/agents-md-integrity.yml new file mode 100644 index 000000000..3b3fe6051 --- /dev/null +++ b/.github/workflows/agents-md-integrity.yml @@ -0,0 +1,21 @@ +name: AGENTS.md Integrity + +# Thin caller for the shared reusable AGENTS.md integrity check. The checker +# lives in Comfy-Org/github-workflows (single source of truth), loaded from +# the pinned workflows_ref — never from this repo's checkout. Bump the SHA to +# pick up upstream changes and keep `workflows_ref` matching so the check +# script loads from the same commit; the upstream bump dispatcher +# (AGENTS_MD_CALLERS) opens SHA-bump PRs automatically once registered. + +on: + pull_request: + push: + branches: [main] + +jobs: + agents-md: + permissions: + contents: read + uses: Comfy-Org/github-workflows/.github/workflows/agents-md-integrity.yml@fe6b08e278c27ceacf2651cf441d0752ca2e78ee # github-workflows main (fe6b08e) + with: + workflows_ref: fe6b08e278c27ceacf2651cf441d0752ca2e78ee