Skip to content

Commit

Permalink
Revert "pin cspell version due to issue on last release (#4164)"
Browse files Browse the repository at this point in the history
This reverts commit d15bf63.
  • Loading branch information
vhvb1989 authored Aug 2, 2024
1 parent d15bf63 commit 4a078bd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 8 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/cli-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: "20"
# use 8.12.1 b/c 8.13.0 has a bug: https://github.com/streetsidesoftware/cspell/issues/6025
- run: npm install -g cspell@8.12.1
- run: npm install -g cspell
- name: Spell check for CLI source code
run: cspell lint '**/*.{go,md}' --config ./cli/azd/.vscode/cspell.yaml --root ./cli/azd --no-progress

Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/cspell-misc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: "20"
# use 8.12.1 b/c 8.13.0 has a bug: https://github.com/streetsidesoftware/cspell/issues/6025
- run: npm install -g cspell@8.12.1
- run: npm install -g cspell
- name: Spell check for general files
run: cspell lint '**/*' --config ./.vscode/cspell.misc.yaml --relative --no-progress
3 changes: 1 addition & 2 deletions .github/workflows/templates-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: "20"
# use 8.12.1 b/c 8.13.0 has a bug: https://github.com/streetsidesoftware/cspell/issues/6025
- run: npm install -g cspell@8.12.1
- run: npm install -g cspell
- name: Spell check for templates
run: cspell lint '**/*' --config ./templates/cspell.yaml --root ./templates --no-progress
3 changes: 1 addition & 2 deletions .github/workflows/vscode-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: "20"
# use 8.12.1 b/c 8.13.0 has a bug: https://github.com/streetsidesoftware/cspell/issues/6025
- run: npm install -g cspell@8.12.1
- run: npm install -g cspell
- name: Spell check for vscode extension
run: cspell lint '**/*.ts' --config ./ext/vscode/.vscode/cspell.yaml --root ./ext/vscode --no-progress

Expand Down

0 comments on commit 4a078bd

Please sign in to comment.