4 lines
109 B
Bash
4 lines
109 B
Bash
#!/usr/bin/env bash
|
|
# Git pre-commit hook — 调用 AI Guard 预提交检查
|
|
bash scripts/ai-guard.sh --pre
|