#!/usr/bin/env sh
# Block commit if lint or format fails (biome check runs both)
bun run lint
