go-flat-finder/.woodpecker/.build.yml
2022-09-13 19:41:55 +12:00

9 lines
100 B
YAML

pipeline:
build:
image: golang:1.19.1
commands:
- go mod tidy
depends_on:
- lint