Skip to content

Commit e68c306

Browse files
Add buf-build pre-commit hook (#4172)
1 parent ee0dcc8 commit e68c306

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.pre-commit-hooks.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@
55
entry: buf generate
66
types: [proto]
77
pass_filenames: false
8+
- id: buf-build
9+
name: buf build
10+
language: golang
11+
language_version: 1.24.0
12+
entry: buf build
13+
types: [proto]
14+
pass_filenames: false
815
- id: buf-breaking
916
name: buf breaking
1017
language: golang

0 commit comments

Comments
 (0)