6 lines
94 B
Bash
Executable File
6 lines
94 B
Bash
Executable File
#!/bin/sh
|
|
. "$(dirname "$0")/_/husky.sh"
|
|
|
|
# Check commit msg format
|
|
yarn commitlint --edit $1
|