softplayer-proto/.woodpecker/lint.yaml

12 lines
174 B
YAML

---
when:
event:
- push
steps:
lint:
name: Lint protobufs
image: yoheimuta/protolint
commands:
- protolint lint $(find . -type f -iname "*.proto")