fork of https://github.com/sourcegraph/zoekt
1on:
2 pull_request:
3 types:
4 - opened
5 paths:
6 - '*.proto'
7jobs:
8 validate-protos:
9 runs-on: ubuntu-latest
10 steps:
11 # Run `git checkout`
12 - uses: actions/checkout@v2
13 # Install the `buf` CLI
14 - uses: bufbuild/buf-setup-action@v1
15 # Run breaking change detection against the `main` branch
16 - uses: bufbuild/buf-breaking-action@v1
17 with:
18 against: 'https://github.com/sourcegraph/zoekt.git#branch=main'