revert proto changes

This commit is contained in:
Marko Baricevic
2020-03-27 16:04:55 +01:00
parent db39408c44
commit a495e7daee
2 changed files with 14 additions and 14 deletions
-13
View File
@@ -1,13 +0,0 @@
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
- run: pwd
# - name: lint
# run: docker run -v pwd:/workspace --workdir /workspace bufbuild/buf check lint --error-format=json
# - name: check-breakage
# run: docker run -v pwd:/workspace --workdir /workspace bufbuild/buf --against-input .git#branch=master