Skip to content

Commit 33ea5a1

Browse files
committed
ci: enable buf format checking in ci
Signed-off-by: Mark Sanders <marksanders194@gmail.com>
1 parent 77a8b3e commit 33ea5a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/buf.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ jobs:
1717
version: 1.50.0
1818
token: ${{ secrets.BUF_TOKEN}}
1919
lint: true
20-
format: false
20+
format: true
2121
breaking: false

0 commit comments

Comments
 (0)