Skip to content

Commit 5bff23f

Browse files
committed
updated cpell dictionaries
1 parent 197c19d commit 5bff23f

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/spelling.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,10 @@ jobs:
5454
suppress_push_for_open_pull_request: 1
5555
checkout: true
5656
post_comment: 0
57+
dictionary_source_prefixes: >
58+
{
59+
"cspell": "https://raw.githubusercontent.com/check-spelling/cspell-dicts/v20241114/dictionaries/"
60+
}
5761
extra_dictionaries:
5862
cspell:html/html.txt
5963
cspell:filetypes/filetypes.txt
@@ -62,7 +66,9 @@ jobs:
6266
cspell:django/django.txt
6367
cspell:npm/npm.txt
6468
cspell:aws/aws.txt
65-
check_extra_dictionaries: ''
69+
cspell:software-terms/software-terms.txt
70+
check_extra_dictionaries: true
71+
extra_dictionary_limit: 20
6672

6773
comment:
6874
name: Report

0 commit comments

Comments
 (0)