mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-17 19:21:23 +03:00
Spell check .md and .mdx files (#41398)
Co-authored-by: Julien Déramond <juderamond@gmail.com>
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user