update docs
This commit is contained in:
14
.woodpecker/gitea/go-lint.yml
Executable file
14
.woodpecker/gitea/go-lint.yml
Executable file
@@ -0,0 +1,14 @@
|
||||
steps:
|
||||
build:
|
||||
image: golang:1.24
|
||||
commands:
|
||||
- go build
|
||||
- go test
|
||||
release:
|
||||
image: golangci/golangci-lint:v1.64.7
|
||||
commands:
|
||||
- golangci-lint run -v --timeout 5m
|
||||
|
||||
when:
|
||||
- event: push
|
||||
branch: develop
|
||||
Reference in New Issue
Block a user