From da8cb990386309a4732ab775e9e3f5e02f2307f2 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Fri, 15 Nov 2024 09:40:17 -0500 Subject: [PATCH] Update dictionary path for next release --- .github/workflows/spelling.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/spelling.yml b/.github/workflows/spelling.yml index 1ae5925f..364b8d78 100644 --- a/.github/workflows/spelling.yml +++ b/.github/workflows/spelling.yml @@ -106,7 +106,7 @@ jobs: use_sarif: ${{ (!github.event.pull_request || (github.event.pull_request.head.repo.full_name == github.repository)) && 1 }} extra_dictionary_limit: 20 extra_dictionaries: | - cspell:software-terms/dict/softwareTerms.txt + cspell:software-terms/softwareTerms.txt comment-push: name: Report (Push)