Fix GitHub Actions references and add Markdown linting configuration

This commit is contained in:
2025-04-21 04:34:05 +01:00
parent 546ed59a61
commit 4ebe55b940
4 changed files with 51 additions and 7 deletions

16
.markdownlintrc Normal file
View File

@@ -0,0 +1,16 @@
{
"default": true,
"MD004": {
"style": "asterisk"
},
"MD007": {
"indent": 2
},
"MD013": false,
"MD033": false,
"MD040": true,
"MD041": false,
"MD046": {
"style": "fenced"
}
}