cspell test

This commit is contained in:
isaak654 2023-07-07 00:49:13 +02:00 committed by GitHub
parent ea88f1a729
commit 26175efbf0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -107,4 +107,4 @@ jobs:
- name: Install CSpell
run: npm install -g cspell@latest
- name: Check spelling
run: npx cspell --no-progress --config .github/cspell/cspell.json "**/*.md"
run: npx cspell --no-progress --show-suggestions --config .github/cspell/cspell.json "**/*.md"