From: andy5995 Date: Tue, 28 Feb 2023 07:57:00 +0000 (-0600) Subject: GHA: minor improvements to spellcheck X-Git-Tag: curl-8_0_0~74 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ab456e4e50e5448f6dce744e12623206283465fb;p=thirdparty%2Fcurl.git GHA: minor improvements to spellcheck Closes #10640 --- diff --git a/.github/workflows/spellcheck.yml b/.github/workflows/spellcheck.yml index f46fbe01bc..65a7da10c5 100644 --- a/.github/workflows/spellcheck.yml +++ b/.github/workflows/spellcheck.yml @@ -11,7 +11,9 @@ on: - '**.md' - '**.3' - '**.1' - - '.github/**' + - '**/spellcheck.yml' + - '**/spellcheck.yaml' + - '**/wordlist.txt' pull_request: branches: - master @@ -19,7 +21,9 @@ on: - '**.md' - '**.3' - '**.1' - - '.github/**' + - '**/spellcheck.yml' + - '**/spellcheck.yaml' + - '**/wordlist.txt' permissions: {} @@ -44,8 +48,7 @@ jobs: - name: setup the custom wordlist run: grep -v '^#' .github/scripts/spellcheck.words > wordlist.txt - - name: setup the spellcheck config - run: cp .github/scripts/spellcheck.yaml . - - name: Check Spelling - uses: UnicornGlobal/spellcheck-github-actions@master + uses: rojopolis/spellcheck-github-actions@v0 + with: + config_path: .github/scripts/spellcheck.yaml