api/.gitlab-ci.yml

14 lines
163 B
YAML
Raw Permalink Normal View History

2021-02-21 16:10:22 +00:00
image:
name: docker.io/bufbuild/buf:latest
entrypoint: [""]
stages:
- test
lint:
stage: test
script:
2022-01-25 19:03:36 +00:00
- cd proto/
2021-02-21 16:10:22 +00:00
- buf ls-files
- buf lint