- command: go test -v ./... name: Unit tests - command: go fmt -w ./... name: Linting - command: go vet ./... name: Type checking