From 5f5b7ca9d27dad81c2e7757c4a790ca14b7883f1 Mon Sep 17 00:00:00 2001 From: Thomas von Dein Date: Tue, 2 Dec 2025 20:33:36 +0100 Subject: [PATCH] no lintintg --- .woodpecker/build.yaml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.woodpecker/build.yaml b/.woodpecker/build.yaml index e614438..94a44df 100644 --- a/.woodpecker/build.yaml +++ b/.woodpecker/build.yaml @@ -16,15 +16,15 @@ steps: - go get - go build - linter: - when: - 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 - - golangci-lint --version - - golangci-lint run ./... - depends_on: [build] + # linter: + # when: + # 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 + # - golangci-lint --version + # - golangci-lint run ./... + # depends_on: [build] test: when: