From 5f502cd7f9367ec2c53d7548f7f6c04cce701c23 Mon Sep 17 00:00:00 2001 From: Felix Nicolae Bucsa Date: Fri, 13 Sep 2024 13:29:17 +0100 Subject: [PATCH] fix --- .github/workflows/spell-check.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/spell-check.yml b/.github/workflows/spell-check.yml index 912bfe324..43b206e49 100644 --- a/.github/workflows/spell-check.yml +++ b/.github/workflows/spell-check.yml @@ -28,11 +28,11 @@ jobs: uses: actions/checkout@v3 - name: Run spell check - uses: check-spelling/check-spelling@main + uses: check-spelling/check-spelling@main # Use the main branch or the latest version available with: checkout: true check_file_names: 1 - spell_check_this: check-spelling/spell-check-this@main + spell_check_this: check-spelling/spell-check-this@main # Use the main branch or the latest version available use_magic_file: 1 report-timing: 1 warnings: bad-regex,binary-file,deprecated-feature,large-file,limited-references,no-newline-at-eof,noisy-file,non-alpha-in-dictionary,token-is-substring,unexpected-line-ending,whitespace-in-dictionary,minified-file,unsupported-configuration,no-files-to-check @@ -40,9 +40,7 @@ jobs: use_sarif: 1 extra_dictionary_limit: 20 extra_dictionaries: - cspell: software-terms/dict/softwareTerms.txt - exclude: - - '**/*.yml' # Exclude .yml files + cspell:software-terms/dict/softwareTerms.txt comment-pr: name: Report (PR)