softplayer-proto/.woodpecker/lint.yaml

12 lines
174 B
YAML
Raw Normal View History

2024-03-18 13:20:24 +00:00
---
when:
event:
- push
steps:
lint:
name: Lint protobufs
image: yoheimuta/protolint
commands:
- protolint lint $(find . -type f -iname "*.proto")