1
0
mirror of https://github.com/hexolan/stocklet.git synced 2026-05-20 11:39:24 +01:00

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
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