mirror of
https://github.com/aljazceru/ark.git
synced 2026-01-19 19:54:21 +01:00
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:
2
.github/workflows/ark.unit.yaml
vendored
2
.github/workflows/ark.unit.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user