5
0
Fork 0
mirror of https://github.com/wagoid/commitlint-github-action.git synced 2025-11-07 16:06:56 +00:00

Merge pull request #383 from Fdawgs/chore/husky

chore(.husky): remove unnecessary .gitignore [skip-ci]
This commit is contained in:
Wagner Santos 2022-04-15 13:49:06 -03:00 committed by GitHub
commit 534ab208f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 1 deletions

1
.husky/.gitignore vendored
View file

@ -1 +0,0 @@
_

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