Skip to content

Commit

Permalink
chore: use protoc in gh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
thevaibhav-dixit committed Apr 26, 2024
1 parent 72aa267 commit 557c27f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/check-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: arduino/setup-protoc@v3
with:
version: "23.x"
- name: Run check code
run: make check-code

0 comments on commit 557c27f

Please sign in to comment.