File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
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@157048954070986ce4315d0813573a2d8faee361
20
+ - uses : streetsidesoftware/cspell-action@6f05386161564ebe24dcfa1513cde203230d1edc
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@157048954070986ce4315d0813573a2d8faee361
28
+ - uses : streetsidesoftware/cspell-action@6f05386161564ebe24dcfa1513cde203230d1edc
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@157048954070986ce4315d0813573a2d8faee361
36
+ - uses : streetsidesoftware/cspell-action@6f05386161564ebe24dcfa1513cde203230d1edc
37
37
name : Source code spellcheck
38
38
if : ${{ !cancelled() }}
39
39
with :
You can’t perform that action at this time.
0 commit comments