spiegel/.woodpecker/test.yaml
Renovate bot 7fb56912c7
Some checks are pending
ci/woodpecker/pr/lint Pipeline is pending
ci/woodpecker/pr/test Pipeline is pending
Update golang Docker tag
2024-08-13 20:40:31 +00:00

12 lines
182 B
YAML

steps:
test:
image: golang:1.23
commands:
- go test ./...
when:
- event: pull_request
repo: ada/spiegel
- event: push
branch: main
repo: ada/spiegel