mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-11-24 04:12:32 +08:00
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 <jsoref@users.noreply.github.com>
This commit is contained in:
parent
44fb9caf6b
commit
2a7afa38d0
1
.github/workflows/spelling2.yml
vendored
1
.github/workflows/spelling2.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user