]> git.proxmox.com Git - mirror_edk2.git/blame - .azurepipelines/templates/spell-check-prereq-steps.yml
SecurityPkg/DxeImageVerificationLib: tighten default result (CVE-2019-14575)
[mirror_edk2.git] / .azurepipelines / templates / spell-check-prereq-steps.yml
CommitLineData
106c7a99
SB
1## @file\r
2# File templates/spell-check-prereq-steps.yml\r
3#\r
4# template file used to install spell checking prerequisits\r
5#\r
6# Copyright (c) Microsoft Corporation.\r
7# SPDX-License-Identifier: BSD-2-Clause-Patent\r
8##\r
9\r
10parameters:\r
11 none: ''\r
12\r
13steps:\r
14- task: NodeTool@0\r
15 inputs:\r
16 versionSpec: '10.x'\r
17 #checkLatest: false # Optional\r
18 condition: and(gt(variables.pkg_count, 0), succeeded())\r
19\r
20- script: npm install -g cspell\r
21 displayName: 'Install cspell npm'\r
22 condition: and(gt(variables.pkg_count, 0), succeeded())\r