spiegel/.woodpecker/lint.yaml

13 lines
263 B
YAML
Raw Permalink Normal View History

2024-04-04 01:12:42 +02:00
steps:
lint:
2024-09-06 01:52:17 +02:00
image: golang:1.23
2024-04-04 01:12:42 +02:00
commands:
- go install github.com/golangci/golangci-lint/cmd/golangci-lint@latest
- golangci-lint run
2024-05-25 14:35:50 +02:00
when:
- event: pull_request
repo: ada/spiegel
- event: push
branch: main
repo: ada/spiegel