Spell check `.md` and `.mdx` files (#41398)

Co-authored-by: Julien Déramond <juderamond@gmail.com>
This commit is contained in:
Jason Dent 2025-04-22 08:54:19 +02:00 committed by GitHub
parent bd09d21ed6
commit a4b37547a3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -31,6 +31,6 @@ jobs:
uses: streetsidesoftware/cspell-action@v6 uses: streetsidesoftware/cspell-action@v6
with: with:
config: ".cspell.json" config: ".cspell.json"
files: "**/*.md" files: "**/*.{md,mdx}"
inline: error inline: error
incremental_files_only: false incremental_files_only: false