authelia/.github/commit-msg

7 lines
123 B
Bash
Executable File

#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
. "$(dirname "$0")/required-apps"
cd web && ${PMGR_EXEC} commitlint --edit "$1"