You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I didn't find any go vet or golangci-lint step anywhere in the pipeline. I'd add a go vet ./... step (and ideally golangci-lint run) to the CI workflow proposed in #19.
I didn't find any
go vetorgolangci-lintstep anywhere in the pipeline. I'd add ago vet ./...step (and ideallygolangci-lint run) to the CI workflow proposed in #19.Split out from #19.