5
0
Fork 0
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:
Frazer Smith 2022-04-15 14:11:06 +01:00
parent f464c30152
commit ce2ed3ee14
No known key found for this signature in database
GPG key ID: FEDD140E5FC60CAC
2 changed files with 2 additions and 0 deletions

View file

@ -1,3 +1,4 @@
#!/bin/sh #!/bin/sh
. "$(dirname "$0")/_/husky.sh"
npx --no-install commitlint --edit "${1}" npx --no-install commitlint --edit "${1}"

View file

@ -1,3 +1,4 @@
#!/bin/sh #!/bin/sh
. "$(dirname "$0")/_/husky.sh"
npx --no-install lint-staged npx --no-install lint-staged