mirror of https://github.com/twbs/bootstrap.git
chore: Spell check `.md` and `.mdx` files.
This commit is contained in:
parent
24305e7b18
commit
ccb9e13ac2
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue