chore: take the dog for a walk

This commit is contained in:
Matthew Raymer
2025-09-02 10:28:47 +00:00
parent 1a5aa7a5ef
commit 4c96a234e3

View File

@@ -18,10 +18,10 @@ else
RANGE="HEAD~1..HEAD" RANGE="HEAD~1..HEAD"
fi fi
bash ./scripts/build-arch-guard.sh --range "$RANGE" || { #bash ./scripts/build-arch-guard.sh --range "$RANGE" || {
echo # echo
echo "💡 To bypass this check for emergency pushes, use:" echo "💡 To bypass this check for emergency pushes, use:"
echo " git push --no-verify" # echo " git push --no-verify"
echo # echo
exit 1 # exit 1
} }