Skip to content

Commit 5cd5410

Browse files
committed
Makefile/lint-docs: Also lint mdx files
1 parent 3cfbf65 commit 5cd5410

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ lint-git:
5252

5353
lint-docs:
5454
@$(PRINT) "$(CYAN)*** Running markdownlint-cli...$(OFF)\n"
55-
@npx --yes markdownlint-cli '**/*.md'
55+
@npx --yes markdownlint-cli '**/*.md?(x)'
5656

5757
lint-go-mod-tidy:
5858
@$(PRINT) "$(CYAN)*** Checking go mod tidy...$(OFF)\n"

0 commit comments

Comments
 (0)