check linting sometimes else

This commit is contained in:
2025-12-02 20:31:19 +01:00
parent a9b4f94986
commit bfadfbc73b

View File

@@ -18,7 +18,7 @@ steps:
linter:
when:
event: [push]
event: [manual]
image: golang:${goversion}
commands:
- curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/HEAD/install.sh | sh -s -- -b $(go env GOPATH)/bin v2.5.0
@@ -33,4 +33,6 @@ steps:
commands:
- go get
- go test -v -cover
depends_on: [build,linter]
- cd upctl
- go test -v -cover
depends_on: [build]