lobby/.woodpecker.yml

8 lines
106 B
YAML

# .woodpecker.yml
pipeline:
test:
image: golang
commands:
- go mod tidy
- make test