Dockerize buf (#51)

* dockerized buf

* Remove build-buf

* fix CI

* buf-lint-action revert version

* buf lint in CI

---------

Co-authored-by: altafan <18440657+altafan@users.noreply.github.com>
This commit is contained in:
Louis Singer
2023-12-08 16:03:00 +01:00
committed by GitHub
parent 5a5167c40c
commit 8d7b934f46
12 changed files with 159 additions and 93 deletions

View File

@@ -34,7 +34,7 @@ jobs:
args: '-severity high -quiet ./...'
- uses: bufbuild/buf-setup-action@v1.3.1
- name: check proto linting
run: make proto-lint
run: buf lint
- run: go get -v -t -d ./...
- name: unit testing
run: make test