2
0
Files
recws/.drone.yml
T
2020-02-13 14:17:42 +01:00

10 lines
154 B
YAML

kind: pipeline
type: docker
name: docker
steps:
- name: linter
image: golangci/golangci-lint
commands:
- make install
- make linter