File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ---
2+ name : build-and-publish-protos
3+ on :
4+ pull_request :
5+ paths :
6+ - ' common-components/proto/**/*.proto'
7+ jobs :
8+ build-and-publish-protos :
9+ runs-on : ubuntu-latest
10+ steps :
11+ - uses : actions/checkout@v3
12+
13+ - uses : bufbuild/buf-setup-action@v1.19.0
14+
15+ - name : Verify that protos build.
16+ run : buf build common-components/proto
17+
18+ - uses : bufbuild/buf-push-action@v1
19+ with :
20+ buf_token : ${{ secrets.BUF_TOKEN }}
21+ input : common-components/proto
22+ draft : ${{ github.ref_name != 'main'}}
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ version : v1
2+ name : buf.build/aip/common-components
3+ breaking :
4+ use :
5+ - FILE
6+ lint :
7+ use :
8+ - DEFAULT
9+ except :
10+ - PACKAGE_VERSION_SUFFIX
11+ enum_zero_value_suffix : _UNSPECIFIED
You can’t perform that action at this time.
0 commit comments