-
Notifications
You must be signed in to change notification settings - Fork 264
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add markdown linting to makefile and github actions (reference: #464)
- Loading branch information
1 parent
1ced00e
commit 199d94d
Showing
6 changed files
with
605 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# See https://github.com/DavidAnson/markdownlint/blob/main/doc/Rules.md | ||
# and https://github.com/DavidAnson/markdownlint/blob/main/README.md | ||
|
||
# Default state for all rules | ||
default: true | ||
|
||
ul-style: false | ||
line-length: false | ||
no-duplicate-header: | ||
siblings_only: true | ||
ol-prefix: | ||
style: ordered | ||
no-inline-html: false | ||
fenced-code-language: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.