#!/usr/bin/env bash
# commit-msg hook – runs Commitlint
npx --no-install commitlint --edit "$1"
