go-flat-finder/.woodpecker/.test.yml
2022-09-13 19:31:25 +12:00

8 lines
101 B
YAML

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