parent
9f9bef4175
commit
3736ce9d9d
1 changed files with 6 additions and 0 deletions
6
.github/actions/check_style/action.yml
vendored
6
.github/actions/check_style/action.yml
vendored
|
@ -22,3 +22,9 @@ runs:
|
|||
run: |
|
||||
export SQUAWK_GITHUB_TOKEN=${{ github.token }}
|
||||
. ./script/squawk
|
||||
|
||||
- uses: bufbuild/buf-setup-action@v1
|
||||
- uses: bufbuild/buf-breaking-action@v1
|
||||
with:
|
||||
input: "crates/rpc/proto/"
|
||||
against: "https://github.com/${GITHUB_REPOSITORY}.git#branch=main,subdir=crates/rpc/proto/"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue