Skip to content

Commit

Permalink
Migrate buf action
Browse files Browse the repository at this point in the history
  • Loading branch information
shuheiktgw committed Aug 19, 2024
1 parent 1658bba commit c7833b1
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/buf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: bufbuild/buf-setup-action@v1
- uses: bufbuild/buf-push-action@v1
- uses: bufbuild/buf-action@v1
with:
format: false
lint: false
breaking: false
pr_comment: false
buf_token: ${{ secrets.BUF_TOKEN }}
input: proto

0 comments on commit c7833b1

Please sign in to comment.