ci: add buf format and linting workflow

This commit is contained in:
2025-09-28 23:29:31 +01:00
parent 56e78231de
commit bd38c2de48

20
.github/workflows/protobuf-ci.yaml vendored Normal file
View File

@@ -0,0 +1,20 @@
name: Protobuf CI
on:
push:
pull_request:
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/buf-action@v1
with:
input: schema/protobufs