go-flat-finder/.woodpecker/.test.yml

8 lines
101 B
YAML
Raw Normal View History

2022-09-13 07:31:25 +00:00
pipeline:
tests:
image: golang:1.19.1
commands:
- go mod tidy
depends_on:
- lint