You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mirror/.drone.yml

22 lines
266 B

2 years ago
kind: pipeline
type: docker
name: default
steps:
- name: merlin
image: golang:1.17
commands:
# add linter
- cd merlin
- go build
- go test ./...
2 years ago
trigger:
event:
exclude:
- pull_request
branch:
- master
- go
- refactor