Skip to content

Commit 263c230

Browse files
committed
fixup! tools: implement markdown formatting
1 parent 362b086 commit 263c230

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1253,11 +1253,11 @@ tools/.mdlintstamp: $(LINT_MD_FILES)
12531253
# Lints the markdown documents maintained by us in the codebase.
12541254
lint-md: lint-js-doc | tools/.mdlintstamp
12551255

1256-
format-lint-md = tools/lint-md/lint-md.mjs --format $(LINT_MD_FILES)
1256+
run-format-md = tools/lint-md/lint-md.mjs --format $(LINT_MD_FILES)
12571257
.PHONY: format-md
12581258
# Formats the markdown documents maintained by us in the codebase.
12591259
format-md:
1260-
@$(call available-node,$(run-lint-md))
1260+
@$(call available-node,$(run-format-md))
12611261

12621262

12631263

0 commit comments

Comments
 (0)