CodeCommitsIssuesPull requestsActionsInsightsSecurity
94771c414e732ee5354449279f4406c31be54c27

Branches

Tags

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

Clone

HTTPS

Download ZIP

.azure-pipelines/documentsLinkValidator.yaml

11lines · modecode

1jobs:
2- job: "DocumentsLinkValidation"
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/documentsLinkValidator.js'
11 displayName: 'Documents links locale validation'