From 28c21c924c11c5e0609c3f2ab5aba5080bc65123 Mon Sep 17 00:00:00 2001 From: Alexander Yakovlev <33040934+AlexJameson@users.noreply.github.com> Date: Thu, 22 Aug 2024 20:25:02 +0300 Subject: [PATCH] remove extra argument --- .github/workflows/spellcheck-ru.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/spellcheck-ru.yml b/.github/workflows/spellcheck-ru.yml index 24b6187c78b..f0d1ad479ff 100644 --- a/.github/workflows/spellcheck-ru.yml +++ b/.github/workflows/spellcheck-ru.yml @@ -34,4 +34,4 @@ jobs: - name: Run CSpell on all changed files continue-on-error: true run: | - cspell $file --config cspell.json --show-suggestions --files ${{ steps.files.outputs.all_files }} --debug --no-must-find-file \ No newline at end of file + cspell --config cspell.json --show-suggestions ${{ steps.files.outputs.all_files }}