bb/.drone.yml
Ryan Cavicchioni 33bf5eaff2
Some checks failed
continuous-integration/drone/push Build is failing
Add golangci-lint
2022-09-03 03:17:39 -05:00

14 lines
213 B
YAML

kind: pipeline
type: docker
name: default
steps:
- name: lint
image: golangci/golangci-lint
commands:
- golangci-lint run
- name: build
image: golang
commands:
- go build ./cmd/bb