github.com/connorvict/air@v0.0.0-20231005162537-279bf07db0d5/hooks/pre-commit (about) 1 #!/usr/bin/env bash 2 3 set -e 4 5 ./hack/check.sh 6 exit $?