cityuni-webserver/.woodpecker/build.yml
Captain ALM 7f317fe200
All checks were successful
ci/woodpecker/push/build Pipeline was successful
Fix CI!
Turns out the drone config is NOT supported by woodpecker.
2022-12-28 20:28:26 +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