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 b868308 commit 554e870
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
fetch-depth: 1
- name: Install Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: 1.22
- name: Install Node
Expand All @@ -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 554e870

Please sign in to comment.