Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use buf-action in CI #3071

Merged
merged 9 commits into from
Jun 27, 2024
Merged
Show file tree
Hide file tree
Changes from 6 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions .github/workflows/buf-ci.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: Buf CI
on:
push:
paths:
- buf.yaml
- buf.lock
- 'proto/**'
emcfarlane marked this conversation as resolved.
Show resolved Hide resolved
emcfarlane marked this conversation as resolved.
Show resolved Hide resolved
- '.github/workflows/buf-ci.yaml'
pull_request:
paths:
- buf.yaml
- buf.lock
- '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:
token: ${{ secrets.BUF_TOKEN }}
42 changes: 0 additions & 42 deletions .github/workflows/buf.yaml

This file was deleted.