Add buf protobuf linting

This commit is contained in:
Peter 2021-02-21 16:25:37 +00:00
parent 5b4366a5c6
commit 5e6588427f
Signed by: prskr
GPG key ID: C1DB5D2E8DB512F9

View file

@ -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