github.com/fairyhunter13/air@v1.40.5/hooks/pre-commit (about) 1 #!/usr/bin/env bash 2 3 set -e 4 5 ./hack/check.sh 6 exit $?