Skip to content

Commit

Permalink
Implement golangci-lint pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas Ramage committed May 12, 2022
1 parent 1048131 commit 3b88444
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .drone.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
---
kind: pipeline
name: golangci-lint

steps:
- name: golangci-lint
image: rancher/drone-golangci-lint:latest

---
kind: pipeline
name: docker

Expand Down

0 comments on commit 3b88444

Please sign in to comment.