Skip to content

Commit f14add7

Browse files
authored
Create a CI workflow to build common component protos. (#121)
1 parent d633341 commit f14add7

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
name: build-protos
3+
on:
4+
pull_request:
5+
paths:
6+
- 'common-components/proto/**/*.proto'
7+
jobs:
8+
build-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 proper formatting.
16+
run: buf build common-components/proto

0 commit comments

Comments
 (0)