Skip to content

Commit

Permalink
Add a proto incompatibility check
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-srhodes committed Sep 21, 2023
1 parent dadbbc2 commit ffe5e1a
Showing 1 changed file with 10 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ permissions:
contents: read
jobs:
golangci:
name: lint
name: golangci lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand All @@ -17,3 +17,12 @@ jobs:
with:
version: latest
args: --timeout=5m
buf-breaking:
name: incompatible proto changes
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: bufbuild/buf-setup-action@v1
- uses: bufbuild/buf-breaking-action@v1
with:
against: "https://github.com/Snowflake-Labs/sansshell.git#branch=main"

0 comments on commit ffe5e1a

Please sign in to comment.