Files
gh-jeremylongshore-claude-c…/hooks/hooks.json
2025-11-30 08:19:43 +08:00

14 lines
286 B
JSON

{
"hooks": {
"PreToolUse": {
"matchers": [
{
"tools": ["Write", "Edit"],
"filePatterns": [".github/workflows/*.yml", ".github/workflows/*.yaml"]
}
],
"command": "${CLAUDE_PLUGIN_ROOT}/scripts/validate-workflow.sh"
}
}
}