From a4b37547a37dfc7a1772454afd4c00dd924372bd Mon Sep 17 00:00:00 2001 From: Jason Dent Date: Tue, 22 Apr 2025 08:54:19 +0200 Subject: [PATCH] Spell check `.md` and `.mdx` files (#41398) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Julien Déramond --- .github/workflows/cspell.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cspell.yml b/.github/workflows/cspell.yml index 0b942ed259..8708673b13 100644 --- a/.github/workflows/cspell.yml +++ b/.github/workflows/cspell.yml @@ -31,6 +31,6 @@ jobs: uses: streetsidesoftware/cspell-action@v6 with: config: ".cspell.json" - files: "**/*.md" + files: "**/*.{md,mdx}" inline: error incremental_files_only: false