Skip to content

Commit

Permalink
Add a small section on how to run markdownlint locally (#938)
Browse files Browse the repository at this point in the history
* add a small section on how to run markdownlint locally

* uppercase
  • Loading branch information
reyang authored Jul 28, 2020
1 parent 3169107 commit b25d741
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,13 @@ Run tests:
dotnet test
```

If you made changes to the Markdown documents (`*.md` files), install the latest
[`markdownlint-cli`](https:/igorshubovych/markdownlint-cli) and run:

```sh
markdownlint .
```

Check out a new branch, make modifications and push the branch to your fork:

```sh
Expand Down

0 comments on commit b25d741

Please sign in to comment.