authelia/.github/pre-commit

6 lines
94 B
Bash
Executable File

#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
golangci-lint run -v --fix && \
cd web && yarn lint