]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Spell check `.md` and `.mdx` files (#41398)
authorJason Dent <Jason3S@users.noreply.github.com>
Tue, 22 Apr 2025 06:54:19 +0000 (08:54 +0200)
committerGitHub <noreply@github.com>
Tue, 22 Apr 2025 06:54:19 +0000 (08:54 +0200)
Co-authored-by: Julien Déramond <juderamond@gmail.com>
.github/workflows/cspell.yml

index 0b942ed259a8582fd07f5436794b2478ceab10f7..8708673b131c9257e59eadd52508c3acbb2f85e5 100644 (file)
@@ -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