https://git.jolheiser.com/tmpl.git
1 2 3 4 5 6 7
steps: compliance: image: golang:1.18 commands: - go test -race ./... - go vet ./... - go run github.com/rs/zerolog/cmd/lint@latest go.jolheiser.com/tmpl