Skip to content

Commit d857ae0

Browse files
1ilsangRafaelGSS
authored andcommitted
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 5d740c8 commit d857ae0

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
@@ -1406,6 +1406,7 @@ lint-md: lint-js-doc | tools/.mdlintstamp ## Lint the markdown documents maintai
14061406
run-format-md = tools/lint-md/lint-md.mjs --format $(LINT_MD_FILES)
14071407
.PHONY: format-md
14081408
format-md: tools/lint-md/node_modules/remark-parse/package.json ## Format the markdown documents maintained by us in the codebase.
1409+
$(info Formatting Markdown...)
14091410
@$(call available-node,$(run-format-md))
14101411

14111412

0 commit comments

Comments
 (0)