mirror of
https://github.com/wagoid/commitlint-github-action.git
synced 2025-11-07 08:06:54 +00:00
Merge pull request #383 from Fdawgs/chore/husky
chore(.husky): remove unnecessary .gitignore [skip-ci]
This commit is contained in:
commit
534ab208f0
3 changed files with 2 additions and 1 deletions
1
.husky/.gitignore
vendored
1
.husky/.gitignore
vendored
|
|
@ -1 +0,0 @@
|
||||||
_
|
|
||||||
|
|
@ -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