Add pre-commit checks into push webhook.

This commit is contained in:
Oleksandr Kozachuk 2023-09-13 11:08:02 +02:00
parent 26e3d38afb
commit 7f4a16894e

View File

@ -4,4 +4,5 @@
set -e
cd /home/kaizen/repos/ChatMastermind
git pull
pre-commit run -a
pytest