Compare commits

...

1 commit

Author SHA1 Message Date
Ada
46eeffeb1e Linter to CI
Some checks failed
ci/woodpecker/manual/lint Pipeline failed
2023-12-28 22:59:48 +01:00

5
.woodpecker/lint.yml Normal file
View file

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