From 91d579b8cf0a4e1da9f1a2ad44d6ef6a0273ad94 Mon Sep 17 00:00:00 2001 From: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Wed, 14 May 2025 11:30:58 -0700 Subject: [PATCH] Sync eng/common directory with azure-sdk-tools for PR 10522 (#6555) * cspell: Remove node version requirement, node is already on the agent * Succeeded --------- Co-authored-by: Daniel Jurek --- eng/common/pipelines/templates/steps/check-spelling.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/eng/common/pipelines/templates/steps/check-spelling.yml b/eng/common/pipelines/templates/steps/check-spelling.yml index a25fd9444..8d7a716cb 100644 --- a/eng/common/pipelines/templates/steps/check-spelling.yml +++ b/eng/common/pipelines/templates/steps/check-spelling.yml @@ -15,15 +15,9 @@ parameters: steps: - ${{ if eq(variables['Build.Reason'], 'PullRequest') }}: - - task: NodeTool@0 - condition: and(succeededOrFailed(), ne(variables['Skip.SpellCheck'],'true')) - inputs: - versionSpec: 18.x - displayName: Use Node.js 18.x - - task: PowerShell@2 displayName: Check spelling (cspell) - condition: and(succeededOrFailed(), ne(variables['Skip.SpellCheck'],'true')) + condition: and(succeeded(), ne(variables['Skip.SpellCheck'],'true')) continueOnError: ${{ parameters.ContinueOnError }} inputs: targetType: filePath