git hook info box

This commit is contained in:
Yuri Astrakhan 2023-08-15 15:41:30 -04:00
parent 7b765af89d
commit 1c094adecc

View File

@ -3,6 +3,11 @@
# See https://github.com/rhysd/cargo-husky#readme # See https://github.com/rhysd/cargo-husky#readme
# #
echo "----------------------------------------------------------------------------------------"
echo "These tests run automatically before the git push"
echo "If you want to push your changes without testing them first, use git push --no-verify"
echo "----------------------------------------------------------------------------------------"
set -e set -e
if ! command -v just > /dev/null; then if ! command -v just > /dev/null; then