Fix markdown linting errors in workflows README

Co-authored-by: squassina <8495707+squassina@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot] 2026-02-18 12:40:30 +00:00
parent ba9dffc39e
commit b2652b20a6
2 changed files with 29 additions and 0 deletions

10
.markdownlintrc Normal file
View file

@ -0,0 +1,10 @@
{
"MD013": {
"line_length": 150,
"code_blocks": false,
"tables": false
},
"MD033": {
"allowed_elements": ["div", "img"]
}
}