We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98e8cc5 commit 0071a6bCopy full SHA for 0071a6b
1 file changed
.github/workflows/spellcheck.yml
@@ -13,11 +13,11 @@ jobs:
13
- uses: rojopolis/spellcheck-github-actions@0.41.0
14
name: Spellcheck
15
with:
16
- source_files: i18n/en/docusaurus-plugin-content-docs/current/*
+ source_files: i18n/en/docusaurus-plugin-content-docs/current/**/*.md
17
task_name: Markdown
18
output_file: spellcheck-output.txt
19
- uses: actions/upload-artifact@v3
20
if: '!cancelled()' # Do not upload artifact if job was cancelled
21
22
name: Spellcheck Output
23
- path: spellcheck-output.txt
+ path: spellcheck-output.txt
0 commit comments