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@69543c3f9f14d4fcc6004c7bee03c4d366f11d64
20
+ - uses : streetsidesoftware/cspell-action@ad35d5e5f85f4690dadb33f568e4b963d6a358f0
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@69543c3f9f14d4fcc6004c7bee03c4d366f11d64
28
+ - uses : streetsidesoftware/cspell-action@ad35d5e5f85f4690dadb33f568e4b963d6a358f0
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@69543c3f9f14d4fcc6004c7bee03c4d366f11d64
36
+ - uses : streetsidesoftware/cspell-action@ad35d5e5f85f4690dadb33f568e4b963d6a358f0
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