Skip to content

Commit

Permalink
Check action bundles buf correctly (#190)
Browse files Browse the repository at this point in the history
This PR ensures CI runs the action built from this commit. We output the
buf version from the given action to check the buf cli is successfully
fetched.
  • Loading branch information
emcfarlane committed Feb 21, 2024
1 parent 46a2967 commit 5e2ef85
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Expand Up @@ -28,3 +28,6 @@ jobs:
run: make generate && make checkgenerate
- name: Build
run: make build && make checkgenerate
- name: Validate Action
uses: ./
- run: buf --version

0 comments on commit 5e2ef85

Please sign in to comment.