Fix GitHub Actions references and add Markdown linting configuration
This commit is contained in:
16
.markdownlintrc
Normal file
16
.markdownlintrc
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"default": true,
|
||||
"MD004": {
|
||||
"style": "asterisk"
|
||||
},
|
||||
"MD007": {
|
||||
"indent": 2
|
||||
},
|
||||
"MD013": false,
|
||||
"MD033": false,
|
||||
"MD040": true,
|
||||
"MD041": false,
|
||||
"MD046": {
|
||||
"style": "fenced"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user