Skip to content

bext: update release branch #2

bext: update release branch

bext: update release branch #2

on:
pull_request:
types:
- opened
paths:
- '*.proto'
jobs:
validate-protos:
runs-on: ubuntu-latest
steps:
# Run `git checkout`
- uses: actions/checkout@v2
# Install the `buf` CLI
- uses: bufbuild/buf-setup-action@v1
# Run breaking change detection against the `main` branch
- uses: bufbuild/buf-breaking-action@v1
with:
against: 'https://github.com/sourcegraph/sourcegraph.git#branch=main'