From ea88f1a7290a253f413a3353cc6949b057dbc6c1 Mon Sep 17 00:00:00 2001 From: isaak654 Date: Fri, 7 Jul 2023 00:44:24 +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 9b687335..c120cfc5 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 --no-issues --config .github/cspell/cspell.json "**/*.md" + run: npx cspell --no-progress --config .github/cspell/cspell.json "**/*.md"