chore(ci): lint files in Agola
All checks were successful
agola/api/Lint The run finished successfully
All checks were successful
agola/api/Lint The run finished successfully
This commit is contained in:
parent
190d8e2cc1
commit
87e1e21a39
1 changed files with 16 additions and 0 deletions
16
.agola/config.yml
Normal file
16
.agola/config.yml
Normal 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
|
Loading…
Reference in a new issue