Skip to content

Commit

Permalink
build: print 'Formatting Markdown...' for long task markdown formatting
Browse files Browse the repository at this point in the history
PR-URL: #57108
Reviewed-By: Yagiz Nizipli <[email protected]>
Reviewed-By: Jake Yuesong Li <[email protected]>
Reviewed-By: James M Snell <[email protected]>
  • Loading branch information
1ilsang authored Feb 19, 2025
1 parent baa60ce commit f6ce486
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -1400,6 +1400,7 @@ lint-md: lint-js-doc | tools/.mdlintstamp ## Lint the markdown documents maintai
run-format-md = tools/lint-md/lint-md.mjs --format $(LINT_MD_FILES)
.PHONY: format-md
format-md: tools/lint-md/node_modules/remark-parse/package.json ## Format the markdown documents maintained by us in the codebase.
$(info Formatting Markdown...)
@$(call available-node,$(run-format-md))


Expand Down

0 comments on commit f6ce486

Please sign in to comment.