CodeCommitsIssuesPull requestsActionsInsightsSecurity
644390018a3b7ee3702984ff8fdae9ef04c2b010

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

.azure-pipelines/jsonFileValidator.yaml

11lines · modecode

1jobs:
2- job: "JsonFileValidation"
3 pool:
4 vmImage: 'Ubuntu 16.04'
5 steps:
6 - task: Npm@1
7 displayName: 'npm install'
8 inputs:
9 verbose: false
10 - script: 'npm run tsc && node .script/jsonFileValidator.js'
11 displayName: 'Json File Syntax Validation'