Pin markdownlint-cli version (#18280)
* Pin markdownlint-cli version * Added markdownlint status badge to README. * Reinstate markdown lint rule: MD037.
This commit is contained in:
Родитель
afdf762964
Коммит
d7b5aa2d23
|
@ -23,5 +23,5 @@ jobs:
|
|||
node-version: 12.x
|
||||
- name: Run Markdownlint
|
||||
run: |
|
||||
npm i -g markdownlint-cli
|
||||
npm i -g markdownlint-cli@0.22.0
|
||||
markdownlint "**/*.md" -i "samples/**/*.md"
|
||||
|
|
|
@ -36,7 +36,6 @@
|
|||
},
|
||||
"MD034": false,
|
||||
"MD036": false,
|
||||
"MD037": false,
|
||||
"MD040": false,
|
||||
"MD041": false,
|
||||
"MD046": {
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
# .NET Docs
|
||||
|
||||
![Markdownlint](https://github.com/dotnet/docs/workflows/Markdownlint/badge.svg)
|
||||
|
||||
This repository contains the conceptual documentation for .NET. The [.NET documentation site](https://docs.microsoft.com/dotnet) is built from multiple repositories in addition to this one:
|
||||
|
||||
- [Code samples and snippets](https://github.com/dotnet/samples)
|
||||
|
|
Загрузка…
Ссылка в новой задаче