mc-webserver/.woodpecker/build.yml

13 lines
202 B
YAML
Raw Normal View History

2023-08-13 20:19:47 +01:00
platform: linux/amd64
pipeline:
format:
image: golang
commands:
- files=$(gofmt -l .) && echo "$files" && [ -z "$files" ]
build:
image: golang
commands:
- make build