Skip to content

Commit

Permalink
fix buf breaking
Browse files Browse the repository at this point in the history
  • Loading branch information
anekkanti committed Sep 26, 2023
1 parent 2533d00 commit 840db3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Install Protoc
uses: arduino/setup-protoc@v2
- name: Validate and build go bindings from the proto files
run: make install buf-lint
run: make ci-build
env:
BUF_INPUT_HTTPS_USERNAME: ${{github.actor}}
BUF_INPUT_HTTPS_PASSWORD: ${{github.token}}

0 comments on commit 840db3a

Please sign in to comment.