authelia/.github/commit-msg

7 lines
123 B
Plaintext
Raw Permalink Normal View History

#!/bin/sh
2023-01-29 22:59:32 +00:00
. "$(dirname "$0")/_/husky.sh"
. "$(dirname "$0")/required-apps"
2023-01-29 22:59:32 +00:00
cd web && ${PMGR_EXEC} commitlint --edit "$1"