spiegel/.woodpecker/test.yaml

10 lines
163 B
YAML
Raw Normal View History

2024-04-04 01:12:42 +02:00
steps:
lint:
image: golangci/golangci-lint:latest
commands:
- golangci-lint run
test:
image: golang:1.22
commands:
- go test ./...