File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -17,23 +17,23 @@ jobs:
17
17
with :
18
18
persist-credentials : false
19
19
20
- - uses : streetsidesoftware/cspell-action@8485bb4b688c68384c2f6db7ad931f5e3e63f21c
20
+ - uses : streetsidesoftware/cspell-action@357d91b7153520efd453f404d76424cff0a29797
21
21
name : Documentation spellcheck
22
22
if : ${{ !cancelled() }}
23
23
with :
24
24
files : ' **/*.md'
25
25
inline : error
26
26
incremental_files_only : true
27
27
28
- - uses : streetsidesoftware/cspell-action@8485bb4b688c68384c2f6db7ad931f5e3e63f21c
28
+ - uses : streetsidesoftware/cspell-action@357d91b7153520efd453f404d76424cff0a29797
29
29
name : Resx spellcheck
30
30
if : ${{ !cancelled() }}
31
31
with :
32
32
files : ' src/**/*.resx'
33
33
inline : error
34
34
incremental_files_only : true
35
35
36
- - uses : streetsidesoftware/cspell-action@8485bb4b688c68384c2f6db7ad931f5e3e63f21c
36
+ - uses : streetsidesoftware/cspell-action@357d91b7153520efd453f404d76424cff0a29797
37
37
name : Source code spellcheck
38
38
if : ${{ !cancelled() }}
39
39
with :
Original file line number Diff line number Diff line change 14
14
"args" : {
15
15
"fileName" : " ${workspaceFolder}/eng/branch-vscode-config" ,
16
16
"key" : " TFM" ,
17
- "default" : " net8 .0"
17
+ "default" : " net9 .0"
18
18
}
19
19
}
20
20
],
You can’t perform that action at this time.
0 commit comments