api/.gitlab-ci.yml

13 lines
147 B
YAML

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