ChatMastermind/hooks/push_hook.sh
2023-09-13 11:08:02 +02:00

9 lines
118 B
Bash
Executable File

#!/usr/bin/bash
. /home/kaizen/.bashrc
set -e
cd /home/kaizen/repos/ChatMastermind
git pull
pre-commit run -a
pytest