authelia/.github/pre-commit

12 lines
176 B
Plaintext
Raw Normal View History

#!/bin/sh
if [ -n "$NO_HOOK" ]; then
exit 0
fi
. "$(dirname "$0")/_/husky.sh"
. "$(dirname "$0")/required-apps"
golangci-lint run -v --fix && \
2023-01-29 22:59:32 +00:00
cd web && ${PMGR_RUN} lint