add lint ci
Some checks failed
ci/woodpecker/push/docker-deploy Pipeline was successful
ci/woodpecker/push/lint Pipeline failed

This commit is contained in:
Adora Laura Kalb 2024-04-18 10:47:08 +02:00
parent 47825aa2f6
commit f103bf3d94
Signed by: adoralaura
GPG key ID: E2E0F82107536C1B

7
.woodpecker/lint.yml Normal file
View file

@ -0,0 +1,7 @@
steps:
go-lint:
image: golangci/golangci-lint
commands:
- golangci-lint run
when:
event: ["push", "pull_request", "manual"]