Remove breaking changes checks step from GH Action (#754)

It will be added later when project is more stable, since it fails
the PR if there are backward compatibility breaking changes.
This commit is contained in:
pinosu 2022-02-12 17:38:27 +01:00 committed by GitHub
parent a6cb4c026f
commit 2070b65bec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 4 deletions

View File

@ -20,11 +20,12 @@ jobs:
with:
input: 'proto'
# TODO: Add this when project is more stable.
# backward compatibility breaking checks
- uses: bufbuild/buf-breaking-action@v1
with:
input: 'proto'
against: 'https://github.com/CosmWasm/wasmd.git#branch=master'
#- uses: bufbuild/buf-breaking-action@v1
# with:
# input: 'proto'
# against: 'https://github.com/CosmWasm/wasmd.git#branch=master'
# publish proto files
- uses: bufbuild/buf-push-action@v1