Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
M0Rf30 committed Jun 26, 2024
1 parent 222d9f6 commit 1216d9a
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
@@ -0,0 +1,9 @@
kind: pipeline
type: kubernetes
name: default

steps:
- name: Linter
image: golangci/golangci-lint:v1.59.1
commands:
- golangci-lint ./...

0 comments on commit 1216d9a

Please sign in to comment.