#!/usr/bin/env bash
# Run the CI pipeline locally before pushing.
# Skip with `git push --no-verify`.
set -euo pipefail
exec "$(git rev-parse --show-toplevel)/scripts/ci-local.sh"
