#!/bin/sh
# lectio pre-push hook: refuse to push if the CI gate fails (gofmt, vet, both
# build-tag test sets, corpora). Install with `make install-hooks`.
# Bypass in a pinch with `git push --no-verify`.
exec make -C "$(git rev-parse --show-toplevel)" ci