Skip to content

Merge pull request #357 from ElementsProject/ci/buf-check-separation #3

Merge pull request #357 from ElementsProject/ci/buf-check-separation

Merge pull request #357 from ElementsProject/ci/buf-check-separation #3

Workflow file for this run

name: Buf
on:
push:
branches: [master]
pull_request:
types: [opened, synchronize, reopened, labeled, unlabeled]
branches: [master]
jobs:
buf-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: bufbuild/buf-action@v1