Skip to content

Commit 475aaca

Browse files
1ilsangRafaelGSS
authored andcommitted
build: print 'Formatting Markdown...' for long task markdown formatting
PR-URL: #57108 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Jake Yuesong Li <jake.yuesong@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent 3ed3ba4 commit 475aaca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

+1
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)