From 2a7afa38d0bb35441a9fcde134044cae18a31c5a Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 27 Apr 2022 12:00:20 -0400 Subject: [PATCH] Fix check-spelling (#17939) GitHub apparently changed the behavior of raw.githubusercontent.com. Previously, https://raw.githubusercontent.com/:org/:repo/HEAD/:path worked. It no longer works. Instead, we will use the master branch. Co-authored-by: Josh Soref --- .github/workflows/spelling2.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/spelling2.yml b/.github/workflows/spelling2.yml index bd7011c4f0..350b7d0d01 100644 --- a/.github/workflows/spelling2.yml +++ b/.github/workflows/spelling2.yml @@ -36,6 +36,7 @@ jobs: config: .github/actions/spell-check suppress_push_for_open_pull_request: 1 post_comment: 0 + dictionary_source_prefixes: '{"cspell": "https://raw.githubusercontent.com/check-spelling/cspell-dicts/master/dictionaries/"}' extra_dictionaries: cspell:filetypes/filetypes.txt cspell:html/html.txt