Linter to CI
Some checks failed
ci/woodpecker/manual/lint Pipeline failed

This commit is contained in:
Ada 2023-12-28 22:59:48 +01:00
parent 1731efcc28
commit 46eeffeb1e

5
.woodpecker/lint.yml Normal file
View file

@ -0,0 +1,5 @@
steps:
lint:
image: golangci/golangci-lint
commands:
- golangci-lint run