pre-push: commands: unit-tests: tags: tests run: go test ./... pre-commit: parallel: false commands: gofmt: tags: style glob: "*.go" run: gofmt -w {staged_files}; git add {staged_files}