We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c88a42 commit d56b2bfCopy full SHA for d56b2bf
eng/common/pipelines/templates/steps/check-spelling.yml
@@ -15,15 +15,9 @@ parameters:
15
16
steps:
17
- ${{ 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
-
24
- task: PowerShell@2
25
displayName: Check spelling (cspell)
26
+ condition: and(succeeded(), ne(variables['Skip.SpellCheck'],'true'))
27
continueOnError: ${{ parameters.ContinueOnError }}
28
inputs:
29
targetType: filePath
0 commit comments