chore(deps): update pre-commit hook davidanson/markdownlint-cli2 to v0.23.2 #176
Workflow file for this run
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: 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 |