# skip in CI
[ -n "$CI" ] && exit 0

# lint commit message
pnpm commitlint --edit "$1"
