mirror of
https://github.com/idanoo/go-flat-finder.git
synced 2024-11-24 09:15:19 +00:00
8 lines
101 B
YAML
8 lines
101 B
YAML
|
pipeline:
|
||
|
tests:
|
||
|
image: golang:1.19.1
|
||
|
commands:
|
||
|
- go mod tidy
|
||
|
|
||
|
depends_on:
|
||
|
- lint
|