Compare commits

..

1 commit

Author SHA1 Message Date
90e714b17a chore(package): update softprops/action-gh-release action to v3
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
ci/woodpecker/pr/woodpecker Pipeline failed
2026-05-18 15:35:41 +00:00
2 changed files with 7 additions and 1 deletions

View file

@ -1,9 +1,15 @@
--- ---
clone:
- name: "clone"
image: "woodpeckerci/plugin-git"
settings:
depth: 0
tags: true
steps: steps:
- name: "linting" - name: "linting"
image: "cr.simoncor.net/dockerhub/golangci/golangci-lint:v2.12.2-alpine" image: "cr.simoncor.net/dockerhub/golangci/golangci-lint:v2.1-alpine"
commands: commands:
- "golangci-lint run" - "golangci-lint run"
when: when: