api/.gitlab-ci.yml

13 lines
147 B
YAML
Raw 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:
- buf ls-files
- buf lint