Skip to content

Commit

Permalink
Update buf configs (temporalio#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexshtin authored Nov 3, 2020
1 parent c1f04d0 commit 0095fa5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ buf-lint:

buf-breaking:
@printf $(COLOR) "Run buf breaking changes check against master branch..."
@(cd $(PROTO_ROOT) && buf check breaking --against-input '.git#branch=master')
@(cd $(PROTO_ROOT) && buf check breaking --against '.git#branch=master')

##### Clean #####
clean:
Expand Down
1 change: 1 addition & 0 deletions buf.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
version: v1beta1
build:
roots:
- .
Expand Down

0 comments on commit 0095fa5

Please sign in to comment.