Skip to content

Commit

Permalink
Add protoc
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjumani committed Nov 28, 2023
1 parent 0a84a40 commit 42aa428
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/codegen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@ jobs:
with:
go-version-file: "go.mod"
id: go
- name: Install Protoc
uses: arduino/setup-protoc@v1
with:
version: '3.6.1'
repo-token: ${{ secrets.GITHUB_TOKEN }}
- name: Check code format
run: |
./ci/check-code-gen.sh

0 comments on commit 42aa428

Please sign in to comment.