Skip to content

Commit

Permalink
Add names to CI steps
Browse files Browse the repository at this point in the history
  • Loading branch information
emcfarlane committed Feb 22, 2024
1 parent db805c0 commit 836f791
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,10 @@ jobs:
run: make generate && make checkgenerate
- name: Build
run: make build && make checkgenerate
- uses: bufbuild/[email protected]
- run: |
- name: Install Buf
uses: bufbuild/[email protected]
- name: Setup Test
run: |
mkdir -p test/v1
echo "version: v1" >> buf.yaml
echo 'syntax = "proto3"; package test.v1; message A { string a = 1; }' >> test/v1/test.proto
Expand Down

0 comments on commit 836f791

Please sign in to comment.