From: Jason Dent Date: Tue, 22 Apr 2025 06:54:19 +0000 (+0200) Subject: Spell check `.md` and `.mdx` files (#41398) X-Git-Tag: v5.3.6~10 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a4b37547a37dfc7a1772454afd4c00dd924372bd;p=thirdparty%2Fbootstrap.git Spell check `.md` and `.mdx` files (#41398) Co-authored-by: Julien Déramond --- 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