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 Feb 23, 2021
1 parent dc31bd2 commit 5baf655
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/protoc.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
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

0 comments on commit 5baf655

Please sign in to comment.