parent
5ded86543b
commit
eaadf56db9
2 changed files with 11 additions and 6 deletions
6
.github/actions/check_style/action.yml
vendored
6
.github/actions/check_style/action.yml
vendored
|
@ -22,9 +22,3 @@ 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/"
|
|
||||||
|
|
11
.github/workflows/ci.yml
vendored
11
.github/workflows/ci.yml
vendored
|
@ -48,6 +48,17 @@ jobs:
|
||||||
- name: Run style checks
|
- name: Run style checks
|
||||||
uses: ./.github/actions/check_style
|
uses: ./.github/actions/check_style
|
||||||
|
|
||||||
|
- name: Ensure fresh merge
|
||||||
|
run: |
|
||||||
|
git checkout -B temp
|
||||||
|
git merge -q origin/main -m "merge main into temp"
|
||||||
|
|
||||||
|
- 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/"
|
||||||
|
|
||||||
tests:
|
tests:
|
||||||
name: Run tests
|
name: Run tests
|
||||||
runs-on:
|
runs-on:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue