todo/.woodpecker/lint.yaml
Michael Thomson 091b1579f0
All checks were successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
fixed lint timeout
2025-02-13 14:21:39 -05:00

10 lines
165 B
YAML

when:
- event: [push, pull_request]
branch: main
steps:
- name: lint
image: golangci/golangci-lint
commands:
- golangci-lint run --timeout 5m