summaryrefslogtreecommitdiffstats
path: root/docs/.github/workflows/spellcheck.yml
diff options
context:
space:
mode:
Diffstat (limited to 'docs/.github/workflows/spellcheck.yml')
-rw-r--r--docs/.github/workflows/spellcheck.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/.github/workflows/spellcheck.yml b/docs/.github/workflows/spellcheck.yml
index 6f68fee18..594621604 100644
--- a/docs/.github/workflows/spellcheck.yml
+++ b/docs/.github/workflows/spellcheck.yml
@@ -1,4 +1,4 @@
-name: 'Check spelling'
+name: "Check spelling"
on: # rebuild any PRs and main branch changes
push:
branches-ignore:
@@ -15,6 +15,7 @@ jobs:
- uses: actions/checkout@v3
- uses: streetsidesoftware/cspell-action@v2
with:
+ check_dot_files: false
+ incremental_files_only: true
inline: warning
strict: false
- incremental_files_only: true