spiegel/.woodpecker/lint.yaml

13 lines
263 B
YAML
Raw Normal View History

2024-04-04 01:12:42 +02:00
steps:
lint:
image: golang:1.22
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