Files
deconnect/.woodpecker/lint.yaml

12 lines
216 B
YAML
Raw Normal View History

2026-05-27 11:17:44 +03:00
when:
branch: master
event: [push, pull_request, tag]
steps:
lint:
image: golangci/golangci-lint:v2.12
commands:
- golangci-lint run --timeout 5m
when:
event: [push, pull_request, tag]