Skip to content

Commit

Permalink
add names
Browse files Browse the repository at this point in the history
  • Loading branch information
burmudar committed Jul 26, 2023
1 parent 33b7f4d commit 8c5c887
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/buf-breaking-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
paths:
- '*.proto'
workflow_dispatch: {}
name: "buf breaking check"
jobs:
validate-protos:
runs-on: ubuntu-latest
Expand All @@ -14,6 +15,7 @@ jobs:
# Install the `buf` CLI
- uses: bufbuild/buf-setup-action@v1
# Run breaking change detection against the `main` branch
- uses: bufbuild/buf-breaking-action@v1
- name: "do bufbuild/buf-breaking-action"
uses: bufbuild/buf-breaking-action@v1
with:
against: 'https://github.com/sourcegraph/zoekt.git#branch=main'

0 comments on commit 8c5c887

Please sign in to comment.