From aa24067ad7c6fef694e2ac8c2ede2c1fdf8d0a20 Mon Sep 17 00:00:00 2001 From: Felix Nicolae Bucsa Date: Fri, 13 Sep 2024 13:24:01 +0100 Subject: [PATCH] fix --- .../{workflows/custom_dict.txt => actions/spelling/allow.txt} | 0 .github/workflows/spell-check.yml | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename .github/{workflows/custom_dict.txt => actions/spelling/allow.txt} (100%) diff --git a/.github/workflows/custom_dict.txt b/.github/actions/spelling/allow.txt similarity index 100% rename from .github/workflows/custom_dict.txt rename to .github/actions/spelling/allow.txt diff --git a/.github/workflows/spell-check.yml b/.github/workflows/spell-check.yml index 1ea324976..d516e9471 100644 --- a/.github/workflows/spell-check.yml +++ b/.github/workflows/spell-check.yml @@ -40,9 +40,9 @@ jobs: use_sarif: 1 extra_dictionary_limit: 20 extra_dictionaries: - cspell: .github/workflows/custom_dict.txt + cspell: .github/actions/spelling/allow.txt ignore: - - '**/*.yml' + - '**/*.yml' comment-pr: name: Report (PR)