api/.gitlab-ci.yml
2022-01-25 20:04:13 +01:00

14 lines
163 B
YAML

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