Skip to content

Commit ef71148

Browse files
sync non-code with origin/main
1 parent 6cf3037 commit ef71148

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/spellcheck.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,23 +17,23 @@ jobs:
1717
with:
1818
persist-credentials: false
1919

20-
- uses: streetsidesoftware/cspell-action@8485bb4b688c68384c2f6db7ad931f5e3e63f21c
20+
- uses: streetsidesoftware/cspell-action@357d91b7153520efd453f404d76424cff0a29797
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@8485bb4b688c68384c2f6db7ad931f5e3e63f21c
28+
- uses: streetsidesoftware/cspell-action@357d91b7153520efd453f404d76424cff0a29797
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@8485bb4b688c68384c2f6db7ad931f5e3e63f21c
36+
- uses: streetsidesoftware/cspell-action@357d91b7153520efd453f404d76424cff0a29797
3737
name: Source code spellcheck
3838
if: ${{ !cancelled() }}
3939
with:

.vscode/launch.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"args": {
1515
"fileName": "${workspaceFolder}/eng/branch-vscode-config",
1616
"key": "TFM",
17-
"default": "net8.0"
17+
"default": "net9.0"
1818
}
1919
}
2020
],

0 commit comments

Comments
 (0)