Add buf protobuf linting
This commit is contained in:
parent
5b4366a5c6
commit
5e6588427f
1 changed files with 9 additions and 0 deletions
|
@ -10,3 +10,12 @@ test:
|
||||||
- dotnet tool restore
|
- dotnet tool restore
|
||||||
- dotnet nuke Test
|
- dotnet nuke Test
|
||||||
|
|
||||||
|
protobuf-lint:
|
||||||
|
stage: test
|
||||||
|
image:
|
||||||
|
name: docker.io/bufbuild/buf:latest
|
||||||
|
entrypoint: [""]
|
||||||
|
script:
|
||||||
|
- cd api/
|
||||||
|
- buf ls-files
|
||||||
|
- buf lint
|
||||||
|
|
Loading…
Reference in a new issue