cityuni-webserver/.woodpecker/build.yml
Captain ALM f60e04ada4
All checks were successful
ci/woodpecker/push/build Pipeline was successful
Squash and merge edge.
2022-12-28 20:36:13 +00:00

13 lines
202 B
YAML

platform: linux/amd64
pipeline:
format:
image: golang
commands:
- files=$(gofmt -l .) && echo "$files" && [ -z "$files" ]
build:
image: golang
commands:
- make build