mirror of
https://github.com/wagoid/commitlint-github-action.git
synced 2025-11-07 08:06:54 +00:00
chore(.husky): add husky source [skip-ci]
This commit is contained in:
parent
f464c30152
commit
ce2ed3ee14
2 changed files with 2 additions and 0 deletions
|
|
@ -1,3 +1,4 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
. "$(dirname "$0")/_/husky.sh"
|
||||||
|
|
||||||
npx --no-install commitlint --edit "${1}"
|
npx --no-install commitlint --edit "${1}"
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,4 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
. "$(dirname "$0")/_/husky.sh"
|
||||||
|
|
||||||
npx --no-install lint-staged
|
npx --no-install lint-staged
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue