Skip to content

Commit 77cd6a3

Browse files
committed
Disable Buf format checks
We want to keep the protobuf definitions as close to upstream's as possible to simplify merging changes. Since upstream's schemas don't match Buf formatting rules, we should disable them to prevent unhelpful CI failures.
1 parent 90487a8 commit 77cd6a3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/buf.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,5 @@ jobs:
2121
- uses: actions/checkout@v4
2222
- uses: bufbuild/buf-action@v1
2323
with:
24+
format: false
2425
token: ${{ secrets.BUF_TOKEN }}

0 commit comments

Comments
 (0)