diff --git a/build/azure-devops/scraper-ci.yml b/build/azure-devops/scraper-ci.yml index 17f5bff30..9fd9f41e2 100644 --- a/build/azure-devops/scraper-ci.yml +++ b/build/azure-devops/scraper-ci.yml @@ -77,20 +77,20 @@ stages: solutionOrProjectPath: 'src/Promitor.sln' failBuildLevelSelector: 'Warning' commandLineInterfacePath: '$(Build.SourcesDirectory)/Lib/Resharper' -# - stage: Docs -# displayName: Docs -# dependsOn: [] -# jobs: -# - job: RunMarkdownLinter -# displayName: Run Markdown Linter -# condition: succeeded() -# pool: -# vmImage: ubuntu-16.04 -# steps: -# - script: npm install -# displayName: 'Install npm Packages' -# - script: npm run --silent markdownlint -# displayName: 'Run markdownlint' +- stage: Docs + displayName: Docs + dependsOn: [] + jobs: + - job: RunMarkdownLinter + displayName: Run Markdown Linter + condition: succeeded() + pool: + vmImage: ubuntu-16.04 + steps: + - script: npm install + displayName: 'Install npm Packages' + - script: npm run --silent markdownlint + displayName: 'Run markdownlint' - stage: Test displayName: Run Tests dependsOn: [] diff --git a/package.json b/package.json index ea575c515..7960c7491 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", - "markdownlint": "markdownlint -c .markdownlint.json --ignore node_modules ." + "markdownlint": "markdownlint -c .markdownlint.json --ignore node_modules --ignore changelog ." }, "repository": { "type": "git",