Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use buf-action in CI
Browse files Browse the repository at this point in the history
emcfarlane committed Jun 10, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent c316e96 commit 040fa73
Showing 2 changed files with 24 additions and 40 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/buf-ci.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: Buf CI
on:
push:
paths:
- 'proto/**'
- '.github/workflows/buf-ci.yaml'
pull_request:
paths:
- 'proto/**'
- '.github/workflows/buf-ci.yaml'
types: [opened, synchronize, reopened, labeled, unlabeled]
delete:
permissions:
contents: read
pull-requests: write
jobs:
buf:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: bufbuild/[email protected]
with:
version: "1.32.2"
token: ${{ secrets.BUF_TOKEN }}
40 changes: 0 additions & 40 deletions .github/workflows/buf.yaml

This file was deleted.

0 comments on commit 040fa73

Please sign in to comment.