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