spiegel/.woodpecker/test.yaml
Ada e3bf2ff147
Some checks failed
ci/woodpecker/push/test Pipeline failed
🎉 First commit
2024-04-04 01:16:06 +02:00

10 lines
223 B
YAML

steps:
lint:
image: golang:1.22
commands:
- go install github.com/golangci/golangci-lint/cmd/golangci-lint@latest
- golangci-lint run
test:
image: golang:1.22
commands:
- go test ./...