todo/.woodpecker/lint.yaml
Michael Thomson 25c79d813d
Some checks failed
ci/woodpecker/push/lint Pipeline failed
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
fixed lint
2025-02-13 14:04:33 -05:00

10 lines
152 B
YAML

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