mirror of
https://github.com/tendermint/tendermint.git
synced 2026-01-08 14:21:14 +00:00
tools: remove need to install buf (#4605)
* tools: remove need to install buf - using buf docker image instead of needing devs to install it Signed-off-by: Marko Baricevic <marbar3778@yahoo.com> * fix ci for lint and break checking
This commit is contained in:
12
.github/workflows/proto.yml
vendored
Normal file
12
.github/workflows/proto.yml
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
name: Proto check
|
||||
on: [pull_request]
|
||||
jobs:
|
||||
proto-checks:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@master
|
||||
- uses: docker-practice/actions-setup-docker@master
|
||||
- name: lint
|
||||
run: make proto-lint
|
||||
- name: check-breakage
|
||||
run: make proto-check-breaking-ci
|
||||
Reference in New Issue
Block a user