CodeCommitsIssuesPull requestsActionsInsightsSecurity
61fa7f67d1f35f17280b6d929a9332c8e66f6832

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'