Skip to content

Commit

Permalink
fixup! tools: implement markdown formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Trott committed Sep 23, 2021
1 parent 362b086 commit 263c230
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Expand Up @@ -1253,11 +1253,11 @@ tools/.mdlintstamp: $(LINT_MD_FILES)
# Lints the markdown documents maintained by us in the codebase.
lint-md: lint-js-doc | tools/.mdlintstamp

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



Expand Down

0 comments on commit 263c230

Please sign in to comment.