From 1322bdab92a986ed486916ef99a045186e52aabc Mon Sep 17 00:00:00 2001 From: Allan Bowe Date: Wed, 19 May 2021 18:10:57 +0300 Subject: [PATCH] fix: deprecating ghooks, adding conventional commit hook also --- .git-hooks/pre-commit | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 .git-hooks/pre-commit diff --git a/.git-hooks/pre-commit b/.git-hooks/pre-commit new file mode 100755 index 0000000..f592f8a --- /dev/null +++ b/.git-hooks/pre-commit @@ -0,0 +1,2 @@ +#!/bin/sh +sasjs lint \ No newline at end of file