1
0
Fork 0
mirror of https://gitea.com/jonasfranz/staletea synced 2024-05-09 15:56:18 +02:00
staletea/.drone.yml
2019-06-05 16:57:26 +02:00

10 lines
176 B
YAML

kind: pipeline
name: default
steps:
- name: lint
image: golang:1.12
commands:
#- make lint won't run in china
- make golangci-lint
- make fmt-check