11 lines
163 B
YAML
11 lines
163 B
YAML
|
---
|
||
|
pipeline:
|
||
|
lint:
|
||
|
image: golangci/golangci-lint
|
||
|
commands:
|
||
|
- golangci-lint run
|
||
|
build:
|
||
|
image: golang
|
||
|
commands:
|
||
|
- go build ./cmd/bb
|