73
73
steps :
74
74
- name : check-spelling
75
75
id : spelling
76
- uses : check-spelling/check-spelling@main
76
+ uses : check-spelling/check-spelling@v0.0.22
77
77
with :
78
78
suppress_push_for_open_pull_request : 1
79
79
checkout : true
@@ -89,12 +89,13 @@ jobs:
89
89
check_extra_dictionaries : ' '
90
90
quit_without_error : true
91
91
extra_dictionaries :
92
- cspell:software-terms/src/software-terms .txt
92
+ cspell:software-terms/dict/softwareTerms .txt
93
93
cspell:win32/src/win32.txt
94
94
cspell:php/php.txt
95
95
cspell:filetypes/filetypes.txt
96
96
cspell:csharp/csharp.txt
97
97
cspell:dotnet/dotnet.txt
98
+ cspell:python/src/common/extra.txt
98
99
cspell:python/src/python/python-lib.txt
99
100
cspell:aws/aws.txt
100
101
cspell:companies/src/companies.txt
@@ -113,7 +114,7 @@ jobs:
113
114
# if: (success() || failure()) && needs.spelling.outputs.followup && github.event_name == 'push'
114
115
# steps:
115
116
# - name: comment
116
- # uses: check-spelling/check-spelling@main
117
+ # uses: check-spelling/check-spelling@@v0.0.22
117
118
# with:
118
119
# checkout: true
119
120
# spell_check_this: check-spelling/spell-check-this@main
@@ -129,7 +130,7 @@ jobs:
129
130
if : (success() || failure()) && needs.spelling.outputs.followup && contains(github.event_name, 'pull_request')
130
131
steps :
131
132
- name : comment
132
- uses : check-spelling/check-spelling@main
133
+ uses : check-spelling/check-spelling@v0.0.22
133
134
with :
134
135
checkout : true
135
136
spell_check_this : check-spelling/spell-check-this@main
@@ -153,7 +154,7 @@ jobs:
153
154
# cancel-in-progress: false
154
155
# steps:
155
156
# - name: apply spelling updates
156
- # uses: check-spelling/check-spelling@main
157
+ # uses: check-spelling/check-spelling@v0.0.22
157
158
# with:
158
159
# experimental_apply_changes_via_bot: 1
159
160
# checkout: true
0 commit comments