14 lines
286 B
JSON
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"
|
|
}
|
|
}
|
|
}
|