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:
Victor Vazquez 2024-08-08 15:37:20 -07:00 коммит произвёл GitHub
Родитель 186d66b3e8
Коммит 4332762348
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
4 изменённых файлов: 4 добавлений и 4 удалений

2
.github/workflows/cli-ci.yml поставляемый
Просмотреть файл

@ -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

2
.github/workflows/cspell-misc.yml поставляемый
Просмотреть файл

@ -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

2
.github/workflows/templates-ci.yml поставляемый
Просмотреть файл

@ -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

2
.github/workflows/vscode-ci.yml поставляемый
Просмотреть файл

@ -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