mirror of
https://github.com/maplibre/martin.git
synced 2024-12-19 04:41:46 +03:00
git hook info box
This commit is contained in:
parent
7b765af89d
commit
1c094adecc
@ -3,6 +3,11 @@
|
||||
# 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
|
||||
|
||||
if ! command -v just > /dev/null; then
|
||||
|
Loading…
Reference in New Issue
Block a user