Skip to content

Commit 26dbe6e

Browse files
authored
Discard changes to Makefile
1 parent f1c3893 commit 26dbe6e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,10 @@ install-npm:
9494
check-markdown: install-npm
9595
npm run check-markdown
9696

97+
.PHONY: format-markdown
98+
format-markdown: install-npm
99+
npm run format-markdown
100+
97101
.PHONY: check-examples
98102
check-examples: install-npm
99103
npm run check-examples

0 commit comments

Comments
 (0)