Woodpecker fixes
Some checks failed
ci/woodpecker/push/workflow Pipeline failed

This commit is contained in:
2025-11-05 15:23:32 +01:00
parent 9ad3fe5283
commit 8262d6c672

View File

@@ -41,7 +41,7 @@ steps:
commands:
- echo "Lint"
- go install golang.org/x/lint/golint@latest
- golint ./src/...
- golint src/app/... src/cmd/... src/infra/... src/internal/...
- name: build-image
image: *buildx_plugin
depends_on: [vendor, analyze, static-check, lint]