Skip to content

Commit a620a44

Browse files
committed
ci: test go tool output
1 parent 644ce86 commit a620a44

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ build:
8282
#
8383
.PHONY: buf-gen
8484
buf-gen: node_modules
85+
@echo $(shell go tool -n protoc-gen-doc)
8586
PATH=$$PATH:$(shell dirname "$$(go tool -n protoc-gen-doc)") \
8687
go tool buf generate proto
8788
make format

0 commit comments

Comments
 (0)