1
0
Fork 0
mirror of https://gitea.com/jonasfranz/staletea synced 2024-05-09 11:46:06 +02:00

Remove lint from drone

This commit is contained in:
Jonas Franz 2019-06-05 16:57:26 +02:00
parent 76d86332b6
commit 272fda0280
No known key found for this signature in database
GPG Key ID: 7293A220B7C38080

View File

@ -5,6 +5,6 @@ steps:
- name: lint
image: golang:1.12
commands:
- make lint
#- make lint won't run in china
- make golangci-lint
- make fmt-check