Skip to content

Commit d56b2bf

Browse files
Sync eng/common directory with azure-sdk-tools for PR 10522 (#2549)
* cspell: Remove node version requirement, node is already on the agent * Succeeded --------- Co-authored-by: Daniel Jurek <[email protected]>
1 parent 2c88a42 commit d56b2bf

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

eng/common/pipelines/templates/steps/check-spelling.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,9 @@ parameters:
1515

1616
steps:
1717
- ${{ if eq(variables['Build.Reason'], 'PullRequest') }}:
18-
- task: NodeTool@0
19-
condition: and(succeededOrFailed(), ne(variables['Skip.SpellCheck'],'true'))
20-
inputs:
21-
versionSpec: 18.x
22-
displayName: Use Node.js 18.x
23-
2418
- task: PowerShell@2
2519
displayName: Check spelling (cspell)
26-
condition: and(succeededOrFailed(), ne(variables['Skip.SpellCheck'],'true'))
20+
condition: and(succeeded(), ne(variables['Skip.SpellCheck'],'true'))
2721
continueOnError: ${{ parameters.ContinueOnError }}
2822
inputs:
2923
targetType: filePath

0 commit comments

Comments
 (0)