Merge branch 'main' into renovate/woodpeckerci-plugin-docker-buildx-5.x

This commit is contained in:
Patrick Schratz 2025-02-07 10:42:07 +00:00
commit 36f6ea31eb

View File

@ -11,11 +11,11 @@ steps:
- go version
- go install mvdan.cc/gofumpt@latest
- "[ $(gofumpt -extra -l . | wc -l) != 0 ] && { echo 'code not formated'; exit 1; }"
- golangci-lint run --timeout 5m --build-tags integration
- golangci-lint run --timeout 10m --build-tags integration
editor-config:
depends_on: []
image: mstruebing/editorconfig-checker:v3.0.3
image: mstruebing/editorconfig-checker:v3.2.0
yamllint:
image: pipelinecomponents/yamllint:0.33.0