jld3103
1 year ago
3 changed files with 7 additions and 0 deletions
@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env sh |
||||
. "$(dirname -- "$0")/_/husky.sh" |
||||
|
||||
# https://github.com/hyiso/commitlint/issues/6 |
||||
sed "s/^fixup! //" < "$1" | dart run commitlint_cli |
Loading…
Reference in new issue