Skip to content

Commit

Permalink
Add protoc CI
Browse files Browse the repository at this point in the history
Signed-off-by: Nitin Goyal <[email protected]>
  • Loading branch information
iamniting committed Mar 1, 2021
1 parent 400ed3c commit b5e7e0f
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/protoc.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: protoc

on:
pull_request:
branches: [ '*' ]

jobs:
test-protoc:
runs-on: ubuntu-latest
steps:
- name: checkout source
uses: actions/checkout@v2

- name: generate go libs using protoc
run: |
make build
make check-changes

0 comments on commit b5e7e0f

Please sign in to comment.