#!/bin/sh
# Checked-in hook; enable with `mise run setup-hooks`.
# Constitution section 3: pre-push runs unit only.
set -e
mise run pre-push
