File tree 4 files changed +4
-4
lines changed 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 37
37
- uses : actions/setup-node@v4
38
38
with :
39
39
node-version : " 20"
40
- - run : npm install -g cspell
40
+ - run : npm install -g cspell@8.13.1
41
41
- name : Spell check for CLI source code
42
42
run : cspell lint '**/*.{go,md}' --config ./cli/azd/.vscode/cspell.yaml --root ./cli/azd --no-progress
43
43
Original file line number Diff line number Diff line change 20
20
- uses : actions/setup-node@v4
21
21
with :
22
22
node-version : " 20"
23
- - run : npm install -g cspell
23
+ - run : npm install -g cspell@8.13.1
24
24
- name : Spell check for general files
25
25
run : cspell lint '**/*' --config ./.vscode/cspell.misc.yaml --relative --no-progress
Original file line number Diff line number Diff line change 24
24
- uses : actions/setup-node@v4
25
25
with :
26
26
node-version : " 20"
27
- - run : npm install -g cspell
27
+ - run : npm install -g cspell@8.13.1
28
28
- name : Spell check for templates
29
29
run : cspell lint '**/*' --config ./templates/cspell.yaml --root ./templates --no-progress
Original file line number Diff line number Diff line change 20
20
- uses : actions/setup-node@v4
21
21
with :
22
22
node-version : " 20"
23
- - run : npm install -g cspell
23
+ - run : npm install -g cspell@8.13.1
24
24
- name : Spell check for vscode extension
25
25
run : cspell lint '**/*.ts' --config ./ext/vscode/.vscode/cspell.yaml --root ./ext/vscode --no-progress
26
26
You can’t perform that action at this time.
0 commit comments