mirror of
https://github.com/idanoo/go-flat-finder.git
synced 2024-11-22 00:11:57 +00:00
8 lines
252 B
YAML
8 lines
252 B
YAML
pipeline:
|
|
lint:
|
|
image: golang:1.19.1
|
|
commands:
|
|
- curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.49.0
|
|
- golangci-lint --version
|
|
- golangci-lint run
|