Skip to content

Commit b384baa

Browse files
1ilsangtargos
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 2929fc6 commit b384baa

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

14131414

0 commit comments

Comments
 (0)