Skip to content

Commit

Permalink
new lint (#310)
Browse files Browse the repository at this point in the history
* new lint

* fix syntax
  • Loading branch information
labkode committed Oct 17, 2019
1 parent de921b5 commit f2bbd87
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,8 @@ steps:
image: golang:1.13
commands:
- make ci

- name: lint
image: golangci/golangci-lint:v1.21.0
commands:
- golangci-lint run

0 comments on commit f2bbd87

Please sign in to comment.