Skip to content

Commit

Permalink
Run action as part of CI
Browse files Browse the repository at this point in the history
  • Loading branch information
emcfarlane committed Feb 22, 2024
1 parent bed0cc4 commit 0c1f213
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,9 @@ jobs:
run: make generate && make checkgenerate
- name: Build
run: make build && make checkgenerate
- uses: bufbuild/[email protected]
- run: |
echo "version: v1" >> buf.yaml
echo 'syntax = "proto3"; message A { string a = 1; }' >> test.proto
- name: Validate Action
uses: ./

0 comments on commit 0c1f213

Please sign in to comment.