#!/bin/sh
# Tracked pre-push hook: runs Tegmen's CI checks (./ci.sh) before a push and
# aborts the push if they fail. Enabled per clone by running ./setup.sh, which
# points git at this directory via core.hooksPath. Bypass once: git push --no-verify
exec ./ci.sh
