Add golangci-lint
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Ryan Cavicchioni 2022-09-03 03:17:39 -05:00
parent 0e4680eef2
commit 33bf5eaff2
Signed by: ryanc
GPG Key ID: 877EEDAF9245103D

View File

@ -3,6 +3,10 @@ type: docker
name: default
steps:
- name: lint
image: golangci/golangci-lint
commands:
- golangci-lint run
- name: build
image: golang
commands: