epee-service/.woodpecker/lint.yaml
Maël Gramain 20ea135c53
Some checks failed
ci/woodpecker/manual/lint Pipeline was successful
ci/woodpecker/manual/release Pipeline was successful
ci/woodpecker/tag/lint Pipeline was successful
ci/woodpecker/tag/release Pipeline failed
add cicd
2024-05-11 15:51:29 +02:00

11 lines
No EOL
267 B
YAML

steps:
lint:
image: golang:1.22
commands:
- go install github.com/golangci/golangci-lint/cmd/golangci-lint@latest
- golangci-lint run
when:
- event: pull_request
repo: enpls/epee-service
- event: push
branch: main