#!/usr/bin/env bash
# Opt-in pre-push hook: run the local CI gate before every push.
# Enable once with:  git config core.hooksPath scripts/githooks
# Skip a single push with:  git push --no-verify
exec "$(git rev-parse --show-toplevel)/scripts/ci-local.sh"
