Skip to content

Commit a4b3754

Browse files
Spell check .md and .mdx files (#41398)
Co-authored-by: Julien Déramond <[email protected]>
1 parent bd09d21 commit a4b3754

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cspell.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ jobs:
3131
uses: streetsidesoftware/cspell-action@v6
3232
with:
3333
config: ".cspell.json"
34-
files: "**/*.md"
34+
files: "**/*.{md,mdx}"
3535
inline: error
3636
incremental_files_only: false

0 commit comments

Comments
 (0)