ezshare/.woodpecker.yml
2022-01-03 19:41:01 +01:00

7 lines
84 B
YAML

pipeline:
build:
image: golang
commands:
- go build
- go test