Skip to content

Commit

Permalink
Add protogen validation test (#2662)
Browse files Browse the repository at this point in the history
Signed-off-by: Ashmita Bohara <ashmita.bohara152@gmail.com>
  • Loading branch information
Ashmita152 authored Nov 27, 2020
1 parent fa58f28 commit 556e3ba
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/protogen-tests.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Validation

on:
push:
branches: [ master ]
pull_request:
branches: [ master ]

jobs:
protogen:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
submodules: true

- uses: actions/setup-go@v2
with:
go-version: ^1.15

- name: Run protogen validation
run: make proto && git diff --name-status --exit-code

0 comments on commit 556e3ba

Please sign in to comment.