Skip to content

Commit

Permalink
Install buf cli manually in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
KevSlashNull committed Jul 16, 2023
1 parent df15e8d commit e45360d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ jobs:
contents: read
steps:
- uses: actions/checkout@v3
- uses: bufbuild/[email protected]
- name: Install buf CLI
run: go install github.com/bufbuild/buf/cmd/buf@latest
- run: buf generate
- name: Check that Protobuf APIs are up-to-date
run: git diff --exit-code

0 comments on commit e45360d

Please sign in to comment.