11
0
Fork 0
mirror of https://github.com/wagoid/commitlint-github-action.git synced 2026-04-07 18:16:54 +00:00

chore: move Husky configuration to .husky as per v5 documentation

Closes #98.
This commit is contained in:
Jeroen de Bruijn 2021-02-24 21:08:03 +01:00
parent 8752887edd
commit 9c6fd10d06
No known key found for this signature in database
GPG key ID: 94DD99A281A21364
4 changed files with 8 additions and 6 deletions

3
.husky/commit-msg Executable file
View file

@ -0,0 +1,3 @@
#!/bin/sh
npx --no-install commitlint --edit "${1}"