From 0327ac835099065fb45ad8c75a4fd19c93298e51 Mon Sep 17 00:00:00 2001 From: Victor Vazquez Date: Fri, 2 Aug 2024 10:41:11 -0700 Subject: [PATCH] Revert "pin cspell version due to issue on last release (#4164)" (#4172) This reverts commit d15bf63faf0482b14acc8027a18a8328c230b376. --- .github/workflows/cli-ci.yml | 3 +-- .github/workflows/cspell-misc.yml | 3 +-- .github/workflows/templates-ci.yml | 3 +-- .github/workflows/vscode-ci.yml | 3 +-- 4 files changed, 4 insertions(+), 8 deletions(-) diff --git a/.github/workflows/cli-ci.yml b/.github/workflows/cli-ci.yml index bdb34167508..4cbddcb5b01 100644 --- a/.github/workflows/cli-ci.yml +++ b/.github/workflows/cli-ci.yml @@ -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 diff --git a/.github/workflows/cspell-misc.yml b/.github/workflows/cspell-misc.yml index 3948a79770b..269a0a360c2 100644 --- a/.github/workflows/cspell-misc.yml +++ b/.github/workflows/cspell-misc.yml @@ -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 diff --git a/.github/workflows/templates-ci.yml b/.github/workflows/templates-ci.yml index 307844f8d66..6f9cf4e77d0 100644 --- a/.github/workflows/templates-ci.yml +++ b/.github/workflows/templates-ci.yml @@ -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 diff --git a/.github/workflows/vscode-ci.yml b/.github/workflows/vscode-ci.yml index 071483d07ad..dc78420e2e8 100644 --- a/.github/workflows/vscode-ci.yml +++ b/.github/workflows/vscode-ci.yml @@ -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