feat: renamed steps
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
bcd63a42a8
commit
ab38a23023
1 changed files with 4 additions and 4 deletions
|
|
@ -10,16 +10,16 @@ clone:
|
|||
steps:
|
||||
|
||||
# lintint
|
||||
- name: "golang-lint"
|
||||
- name: "linting"
|
||||
image: "cr.simoncor.net/dockerhub/golangci/golangci-lint:v2.1-alpine"
|
||||
commands:
|
||||
- "golangci-lint run"
|
||||
|
||||
# testing
|
||||
- name: "go-test"
|
||||
- name: "testing"
|
||||
image: "registry.gitlab.simoncor.net/oci/go-build:v25.06.03"
|
||||
depends_on:
|
||||
- "golang-lint"
|
||||
- "linting"
|
||||
commands:
|
||||
- "go test ./..."
|
||||
|
||||
|
|
@ -27,7 +27,7 @@ steps:
|
|||
- name: "releasing"
|
||||
image: "cr.simoncor.net/dockerhub/goreleaser/goreleaser:v2.10.2"
|
||||
depends_on:
|
||||
- "go-test"
|
||||
- "testing"
|
||||
secrets:
|
||||
- "goreleaser_forgejo_token"
|
||||
environment:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue