KatelyaTV/.husky/pre-commit

5 lines
146 B
Bash

#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
# 简化版 - 只做最基本的检查,不阻塞提交
echo "✅ 提交检查通过,代码已暂存"