Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:19:43 +08:00
commit 96bd1330b5
6 changed files with 1241 additions and 0 deletions

13
hooks/hooks.json Normal file
View 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"
}
}
}