From 8cad15c1eccae4de379767950e77bb1479956fca Mon Sep 17 00:00:00 2001 From: Alexander Yakovlev <33040934+AlexJameson@users.noreply.github.com> Date: Thu, 22 Aug 2024 01:05:04 +0300 Subject: [PATCH] fix --- .github/workflows/spellcheck-ru.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/spellcheck-ru.yml b/.github/workflows/spellcheck-ru.yml index 445289a2ff8..9e8930608ee 100644 --- a/.github/workflows/spellcheck-ru.yml +++ b/.github/workflows/spellcheck-ru.yml @@ -42,3 +42,6 @@ jobs: id: cspell-action with: files: ${{ steps.changed-files.outputs.all_changed_files }} + check_dot_files: false + config: /cspell.json + incremental_files_only: false