chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.16.5 #177
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 |