#!/bin/sh

# shellcheck disable=SC1091
. "$(dirname "$0")/_/husky.sh"

npx --no-install commitlint --verbose --from=origin/main
