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:
1717 with :
1818 persist-credentials : false
1919
20- - uses : streetsidesoftware/cspell-action@69543c3f9f14d4fcc6004c7bee03c4d366f11d64
20+ - uses : streetsidesoftware/cspell-action@ad35d5e5f85f4690dadb33f568e4b963d6a358f0
2121 name : Documentation spellcheck
2222 if : ${{ !cancelled() }}
2323 with :
2424 files : ' **/*.md'
2525 inline : error
2626 incremental_files_only : true
2727
28- - uses : streetsidesoftware/cspell-action@69543c3f9f14d4fcc6004c7bee03c4d366f11d64
28+ - uses : streetsidesoftware/cspell-action@ad35d5e5f85f4690dadb33f568e4b963d6a358f0
2929 name : Resx spellcheck
3030 if : ${{ !cancelled() }}
3131 with :
3232 files : ' src/**/*.resx'
3333 inline : error
3434 incremental_files_only : true
3535
36- - uses : streetsidesoftware/cspell-action@69543c3f9f14d4fcc6004c7bee03c4d366f11d64
36+ - uses : streetsidesoftware/cspell-action@ad35d5e5f85f4690dadb33f568e4b963d6a358f0
3737 name : Source code spellcheck
3838 if : ${{ !cancelled() }}
3939 with :
You can’t perform that action at this time.
0 commit comments