6 lines
126 B
Bash
Executable File
6 lines
126 B
Bash
Executable File
#!/usr/bin/env sh
|
|
. "$(dirname -- "$0")/_/husky.sh"
|
|
|
|
# Validate commit message format
|
|
npx --no -- commitlint --edit ${1}
|