update docs
All checks were successful
ci/woodpecker/push/publish-docs Pipeline was successful
ci/woodpecker/tag/gitea Pipeline was successful
ci/woodpecker/tag/publish-docs Pipeline was successful
ci/woodpecker/release/publish-docs Pipeline was successful

This commit is contained in:
2025-12-27 00:59:57 -06:00
parent fa62bc1ec6
commit 995e4f91b5
5 changed files with 0 additions and 4 deletions

14
.woodpecker/gitea/go-lint.yml Executable file
View 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