diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml index c120cfc5..5737256e 100644 --- a/.github/workflows/codespell.yml +++ b/.github/workflows/codespell.yml @@ -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"