Initial commit
This commit is contained in:
13
hooks/hooks.json
Normal file
13
hooks/hooks.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"hooks": {
|
||||
"PreToolUse": {
|
||||
"matchers": [
|
||||
{
|
||||
"tools": ["Write", "Edit"],
|
||||
"filePatterns": [".github/workflows/*.yml", ".github/workflows/*.yaml"]
|
||||
}
|
||||
],
|
||||
"command": "${CLAUDE_PLUGIN_ROOT}/scripts/validate-workflow.sh"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user