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

# lint commit message
pnpm lint-staged
