Azure-Sentinel/.azure-pipelines/playbooksValidations.yaml

12 строки
289 B
YAML

jobs:
- job: "PlaybooksValidations"
pool:
vmImage: 'Ubuntu 16.04'
steps:
- task: Npm@1
displayName: 'npm install'
inputs:
verbose: false
command: 'install'
- script: 'npm run tsc && node .script/playbooksValidator.js'
displayName: 'Playbook Validations'