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

13 строки
328 B
YAML
Исходник Обычный вид История

jobs:
- job: "JsonFileValidation"
pool:
vmImage: 'ubuntu-latest'
steps:
2021-12-07 14:13:21 +03:00
- script: 'npm install -g npm@6.14.15;which npm;npm -v'
- task: Npm@1
displayName: 'npm install'
inputs:
verbose: false
- script: 'npm run tsc && node .script/jsonFileValidator.js'
2021-10-19 13:29:08 +03:00
displayName: 'Json File Syntax Validation'