Skip to content

chore: restructuring and simplification #1

chore: restructuring and simplification

chore: restructuring and simplification #1

Workflow file for this run

name: buf.yaml
on:
pull_request:
branches:
- main
- v2
paths:
- 'buf.yaml'
- 'buf.gen.yaml'
- 'proto/**'
push:
branches:
- main
- v2
paths:
- 'buf.yaml'
- 'buf.gen.yaml'
- 'buf/**'
- 'proto/**'
jobs:
buf:
name: Run buf
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- name: Checkout code
uses: actions/checkout@v4
- uses: bufbuild/buf-action@v1
with:
github_token: ${{ github.token }}