authelia/.github/pre-commit

7 lines
97 B
Bash
Executable File

#!/bin/sh
. "${0%/*}/required-apps"
golangci-lint run -v --fix && \
cd web && ${PMGR_RUN} lint