#!/usr/bin/env bash set -euo pipefail echo "→ Running task check before push..." task check echo "✓ pre-push check passed"