From 577827303e88f86be098b386dcc73596fb6bf8c2 Mon Sep 17 00:00:00 2001 From: Gauvain <68083474+Gauvino@users.noreply.github.com> Date: Mon, 2 Jun 2025 14:13:44 +0200 Subject: [PATCH] fix: correct name of dictonnary and use correct version in action (#728) --- .github/workflows/check_spelling.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/check_spelling.yaml b/.github/workflows/check_spelling.yaml index 54435c53..1c174500 100644 --- a/.github/workflows/check_spelling.yaml +++ b/.github/workflows/check_spelling.yaml @@ -43,11 +43,11 @@ jobs: with: checkout: true check_file_names: 1 - spell_check_this: check-spelling/spell-check-this@prerelease + spell_check_this: check-spelling/spell-check-this@v0.0.24 post_comment: 0 warnings: bad-regex,deprecated-feature,noisy-file extra_dictionaries: | - cspell:software-terms/dict/softwareTerms.txt + cspell:software-terms/src/softwareTerms.txt local:.github/actions/spell-check-this/dictionary.txt comment-pr: @@ -62,5 +62,5 @@ jobs: uses: check-spelling/check-spelling@main with: checkout: true - spell_check_this: check-spelling/spell-check-this@prerelease + spell_check_this: check-spelling/spell-check-this@v0.0.24 task: ${{ needs.spelling.outputs.followup }}