зеркало из https://github.com/Azure/azure-dev.git
pin cspell 8.13.1 after bug on8.13.2 (#4191)
* pin cspell version due to issue on last release * chore: Update cspell npm dependency to version 8.13.1
This commit is contained in:
Родитель
186d66b3e8
Коммит
4332762348
|
@ -37,7 +37,7 @@ jobs:
|
|||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: "20"
|
||||
- run: npm install -g cspell
|
||||
- run: npm install -g cspell@8.13.1
|
||||
- name: Spell check for CLI source code
|
||||
run: cspell lint '**/*.{go,md}' --config ./cli/azd/.vscode/cspell.yaml --root ./cli/azd --no-progress
|
||||
|
||||
|
|
|
@ -20,6 +20,6 @@ jobs:
|
|||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: "20"
|
||||
- run: npm install -g cspell
|
||||
- run: npm install -g cspell@8.13.1
|
||||
- name: Spell check for general files
|
||||
run: cspell lint '**/*' --config ./.vscode/cspell.misc.yaml --relative --no-progress
|
||||
|
|
|
@ -24,6 +24,6 @@ jobs:
|
|||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: "20"
|
||||
- run: npm install -g cspell
|
||||
- run: npm install -g cspell@8.13.1
|
||||
- name: Spell check for templates
|
||||
run: cspell lint '**/*' --config ./templates/cspell.yaml --root ./templates --no-progress
|
||||
|
|
|
@ -20,7 +20,7 @@ jobs:
|
|||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: "20"
|
||||
- run: npm install -g cspell
|
||||
- run: npm install -g cspell@8.13.1
|
||||
- name: Spell check for vscode extension
|
||||
run: cspell lint '**/*.ts' --config ./ext/vscode/.vscode/cspell.yaml --root ./ext/vscode --no-progress
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче