cert-status-exporter/.woodpecker.yml

10 lines
194 B
YAML
Raw Permalink Normal View History

2024-01-07 16:05:57 +00:00
steps:
build:
image: "golang:1.21.5-alpine"
commands:
- go build main.go
lint:
image: "golang:1.21.5-alpine"
commands:
- go fmt ./main.go
- go vet ./main.go