1 2 3 4 5 6 7 8
check: go build -o /dev/null ./... go tool golangci-lint run ci: check gen: go generate ./...