1 2 3 4 5 6 7
#!/usr/bin/env bash set -euo pipefail if ! just check-full; then echo "pre-push checks failed" >&2 exit 1 fi