This repository has been archived on 2023-05-01. You can view files and clone it, but cannot push or open issues or pull requests.
gus/.drone.yml

12 lines
179 B
YAML

---
kind: pipeline
name: verify
steps:
- name: test
image: golang
commands:
- go test -race -v ./...
- name: lint
image: rancher/drone-golangci-lint:latest