spiegel/.woodpecker/lint.yaml
Ada ec9ebb7dc6
Some checks failed
ci/woodpecker/push/release Pipeline was successful
ci/woodpecker/push/test Pipeline failed
ci/woodpecker/push/lint Pipeline failed
Run ci only when needed
2024-05-25 14:35:50 +02:00

12 lines
263 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: ada/spiegel
- event: push
branch: main
repo: ada/spiegel