Files
2025-09-01 20:40:37 +08:00

6 lines
127 B
Bash

#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
# 禁用commitlint检查,让提交更自由
echo "✅ 提交消息检查已跳过"