Skip to content

docs(ci-testing): add pattern for validating custom base-image changes #81

docs(ci-testing): add pattern for validating custom base-image changes

docs(ci-testing): add pattern for validating custom base-image changes #81

Workflow file for this run

name: Harness Verification
# Verifies agent-harness consistency (AGENTS.md index, docs drift) via the
# skill-repo-skill reusable. The reusable declares `permissions: contents:
# read` at top level (read-only validator); the calling job mirrors it.
on:
pull_request:
branches: [main]
permissions: {}
jobs:
harness-verify:
uses: netresearch/skill-repo-skill/.github/workflows/harness-verify.yml@main
permissions:
contents: read