1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-16 10:34:07 +02:00

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

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