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