From 3c33e7bf0c57e5b75084868c21b52b6c81fd8d0e Mon Sep 17 00:00:00 2001 From: TheGiraffe3 <145969603+TheGiraffe3@users.noreply.github.com> Date: Tue, 19 Nov 2024 15:50:52 +0300 Subject: [PATCH] More --- .codespell/exclude | 0 .codespell/lines.exclude | 0 .github/workflows/spellcheck.yml | 4 ++-- 3 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 .codespell/exclude create mode 100644 .codespell/lines.exclude diff --git a/.codespell/exclude b/.codespell/exclude new file mode 100644 index 0000000..e69de29 diff --git a/.codespell/lines.exclude b/.codespell/lines.exclude new file mode 100644 index 0000000..e69de29 diff --git a/.github/workflows/spellcheck.yml b/.github/workflows/spellcheck.yml index d7676b1..66f5325 100644 --- a/.github/workflows/spellcheck.yml +++ b/.github/workflows/spellcheck.yml @@ -18,5 +18,5 @@ jobs: - uses: codespell-project/actions-codespell@master with: builtin: clear,en-GB_to_en-US - exclude_file: .codespell.exclude - ignore_words_file: .codespell.words.exclude + exclude_file: .codespell/exclude + ignore_words_file: .codespell/lines.exclude