chore(ci): lint files in Agola
All checks were successful
agola/api/Lint The run finished successfully

This commit is contained in:
Peter Kurfer 2022-09-26 14:50:58 +02:00
parent 190d8e2cc1
commit 87e1e21a39
No known key found for this signature in database

16
.agola/config.yml Normal file
View file

@ -0,0 +1,16 @@
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