We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
.md
.mdx
1 parent bd09d21 commit a4b3754Copy full SHA for a4b3754
1 file changed
.github/workflows/cspell.yml
@@ -31,6 +31,6 @@ jobs:
31
uses: streetsidesoftware/cspell-action@v6
32
with:
33
config: ".cspell.json"
34
- files: "**/*.md"
+ files: "**/*.{md,mdx}"
35
inline: error
36
incremental_files_only: false
0 commit comments