api/.agola/config.yml

17 lines
361 B
YAML
Raw Permalink Normal View History

2022-09-26 12:50:58 +00:00
version: v0
runs:
- name: Lint
tasks:
- name: Lint code
runtime:
containers:
- image: docker.io/bufbuild/buf:latest
steps:
- clone:
- run:
name: buf lint
command: |-
buf ls-files
buf lint
working_dir: ~/project/proto