diff --git a/.hooks/commit-msg b/.hooks/commit-msg new file mode 100755 index 0000000..572b20b --- /dev/null +++ b/.hooks/commit-msg @@ -0,0 +1,3 @@ +#!/bin/sh + +task commitlint -- --commit-msg-file $1 diff --git a/.hooks/pre-commit b/.hooks/pre-commit deleted file mode 100755 index dc49036..0000000 --- a/.hooks/pre-commit +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh - -task check diff --git a/.hooks/pre-push b/.hooks/pre-push new file mode 100755 index 0000000..76d7270 --- /dev/null +++ b/.hooks/pre-push @@ -0,0 +1,3 @@ +#!/bin/sh + +exec