api/.agola/config.yml
Peter Kurfer 87e1e21a39
All checks were successful
agola/api/Lint The run finished successfully
chore(ci): lint files in Agola
2022-09-26 15:00:51 +02:00

17 lines
361 B
YAML

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