woodpecker/pipeline/frontend/yaml/linter/schema/.woodpecker/test-custom-backend.yaml

11 lines
172 B
YAML

steps:
build:
image: golang
commands:
- go build
- go test
backend_options:
custom_backend:
option1: xyz
option2: [1, 2, 3]