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 <djurek@microsoft.com>
This commit is contained in:
Azure SDK Bot 2025-05-14 11:30:58 -07:00 committed by GitHub
parent bff63e1fbd
commit 91d579b8cf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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