From 7f4a16894ebd5b7b3a0562618911fa697a5b8792 Mon Sep 17 00:00:00 2001 From: Oleksandr Kozachuk Date: Wed, 13 Sep 2023 11:08:02 +0200 Subject: [PATCH] Add pre-commit checks into push webhook. --- hooks/push_hook.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/hooks/push_hook.sh b/hooks/push_hook.sh index 9406c4c..6d6b4ff 100755 --- a/hooks/push_hook.sh +++ b/hooks/push_hook.sh @@ -4,4 +4,5 @@ set -e cd /home/kaizen/repos/ChatMastermind git pull +pre-commit run -a pytest