diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d25f5cb..7f8d80b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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 @@ -28,3 +28,9 @@ jobs: run: make generate && make checkgenerate - name: Build run: make build && make checkgenerate + - uses: bufbuild/buf-setup-action@v1.29.0-1 + - run: | + echo "version: v1" >> buf.yaml + echo 'syntax = "proto3"; message A { string a = 1; }' >> test.proto + - name: Validate Action + uses: ./