spiegel/.woodpecker/test.yaml
Ada 8f4486698a
Some checks failed
ci/woodpecker/manual/test Pipeline failed
🎉 First commit
2024-04-04 01:12:42 +02:00

9 lines
163 B
YAML

steps:
lint:
image: golangci/golangci-lint:latest
commands:
- golangci-lint run
test:
image: golang:1.22
commands:
- go test ./...