todo/.woodpecker/lint.yaml
Michael Thomson 6c2e70d09c
Some checks failed
ci/woodpecker/push/lint Pipeline failed
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/test Pipeline failed
linting and formatting
2025-02-13 14:01:26 -05:00

10 lines
144 B
YAML

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