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