woodpecker/pipeline/frontend/yaml/linter/schema/.woodpecker/test-multi.yaml

11 lines
106 B
YAML

steps:
deploy:
image: golang
commands:
- go test
depends_on:
- lint
- build
- test