add woodpecker pipeline

This commit is contained in:
Aaron Riedel 2024-08-20 20:21:17 +02:00 committed by Tom Neuber
parent 64a96bc8e2
commit 316e5de757
Signed by: tom
GPG key ID: F17EFE4272D89FF6
6 changed files with 122 additions and 124 deletions

7
.woodpecker/.lint.yaml Normal file
View file

@ -0,0 +1,7 @@
steps:
- name: golangci-linter
image: golangci/golangci-lint:v1.59.1
commands:
- golangci-lint run ./...
when:
- event: push