client-dotnet/.gitlab-ci.yml
Peter Kurfer d1265fdb16 Squashed 'api/' changes from 27cd7f5..fe0a378
fe0a378 Add buf linting anf fix linter issues

git-subtree-dir: api
git-subtree-split: fe0a378cdc00040176eb05fcaaa12a175bd50f30
2021-02-21 17:18:50 +01:00

12 lines
147 B
YAML

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