Skip to content

Commit f6ce486

Browse files
authored
build: print 'Formatting Markdown...' for long task markdown formatting
PR-URL: #57108 Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Jake Yuesong Li <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent baa60ce commit f6ce486

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1400,6 +1400,7 @@ lint-md: lint-js-doc | tools/.mdlintstamp ## Lint the markdown documents maintai
14001400
run-format-md = tools/lint-md/lint-md.mjs --format $(LINT_MD_FILES)
14011401
.PHONY: format-md
14021402
format-md: tools/lint-md/node_modules/remark-parse/package.json ## Format the markdown documents maintained by us in the codebase.
1403+
$(info Formatting Markdown...)
14031404
@$(call available-node,$(run-format-md))
14041405

14051406

0 commit comments

Comments
 (0)