chore: Spell check `.md` and `.mdx` files.

This commit is contained in:
Jason Dent 2025-04-22 08:13:11 +02:00 committed by GitHub
parent 24305e7b18
commit ccb9e13ac2
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
with:
config: ".cspell.json"
files: "**/*.md"
files: "**/*.{md,mdx}"
inline: error
incremental_files_only: false