Skip to content

Commit

Permalink
Add lint step to drone
Browse files Browse the repository at this point in the history
  • Loading branch information
dbason committed Feb 7, 2023
1 parent 6286c29 commit 52c6e0c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ platform:
os: linux
arch: amd64
steps:
- name: lint
image: rancher/drone-golangci-lint:latest
- name: build-and-package
image: docker
environment: &dagger_env
Expand Down

0 comments on commit 52c6e0c

Please sign in to comment.