diff options
| -rw-r--r-- | .husky/commit-msg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.husky/commit-msg b/.husky/commit-msg index 1fe054a..79d0a99 100644 --- a/.husky/commit-msg +++ b/.husky/commit-msg @@ -1,6 +1,6 @@ npx --no-install commitlint --edit "$1" -case "$1" in +case "$(cat $1)" in *"[skip ci]"*) echo "Found [skip ci]" exit 0 |
