From ed2f8caebbb2f946d810396015704a92653a3f3a Mon Sep 17 00:00:00 2001 From: Alexander Yakovlev <33040934+AlexJameson@users.noreply.github.com> Date: Thu, 22 Aug 2024 01:06:32 +0300 Subject: [PATCH] fix --- .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 9e8930608ee..2532b3a90e9 100644 --- a/.github/workflows/spellcheck-ru.yml +++ b/.github/workflows/spellcheck-ru.yml @@ -43,5 +43,5 @@ jobs: with: files: ${{ steps.changed-files.outputs.all_changed_files }} check_dot_files: false - config: /cspell.json + config: ./cspell.json incremental_files_only: false