#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

echo "提交信息检测中..."
npx commitlint --edit "$1"
