client-dotnet/api/.gitlab-ci.yml

14 lines
163 B
YAML
Raw Permalink Normal View History

image:
name: docker.io/bufbuild/buf:latest
entrypoint: [""]
stages:
- test
lint:
stage: test
script:
- cd proto/
- buf ls-files
- buf lint