Skip to content

Commit

Permalink
Upgrade to buf-action@v1
Browse files Browse the repository at this point in the history
Signed-off-by: Jonathan Marcantonio <[email protected]>
  • Loading branch information
lennysgarage committed Aug 28, 2024
1 parent 7a002b5 commit f865486
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 40 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/buf-ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Buf CI
on:
push:
pull_request:
types: [opened, synchronize, reopened, labeled, unlabeled]
delete:
permissions:
contents: read
pull-requests: write
jobs:
build:
name: Check protos
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: bufbuild/buf-action@v1
with:
format: false
lint: true
breaking: true
push: true
input: "api"
token: ${{ secrets.BUF_TOKEN }}
17 changes: 0 additions & 17 deletions .github/workflows/pull-request.yml

This file was deleted.

23 changes: 0 additions & 23 deletions .github/workflows/push.yml

This file was deleted.

0 comments on commit f865486

Please sign in to comment.