mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-27 19:02:07 +00:00
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: |
|
run: |
|
||||||
export SQUAWK_GITHUB_TOKEN=${{ github.token }}
|
export SQUAWK_GITHUB_TOKEN=${{ github.token }}
|
||||||
. ./script/squawk
|
. ./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…
Reference in a new issue