mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2026-06-18 00:58:34 +00:00
add husky
This commit is contained in:
6
.husky/_/commit-msg
Executable file
6
.husky/_/commit-msg
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
# shellcheck source=./_/husky.sh
|
||||
. "$(dirname "$0")/_/husky.sh"
|
||||
|
||||
npx --no-install commitlint --edit "$1"
|
||||
Reference in New Issue
Block a user