12 lines
174 B
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")
|