Add pre-commit checks into push webhook.
This commit is contained in:
parent
26e3d38afb
commit
7f4a16894e
@ -4,4 +4,5 @@
|
|||||||
set -e
|
set -e
|
||||||
cd /home/kaizen/repos/ChatMastermind
|
cd /home/kaizen/repos/ChatMastermind
|
||||||
git pull
|
git pull
|
||||||
|
pre-commit run -a
|
||||||
pytest
|
pytest
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user