From 26175efbf019e76ffdf5ec921231d2482ce2f7da Mon Sep 17 00:00:00 2001 From: isaak654 Date: Fri, 7 Jul 2023 00:49:13 +0200 Subject: [PATCH] cspell test --- .github/workflows/codespell.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"