mirror of
https://github.com/dorny/test-reporter.git
synced 2025-12-18 07:07:08 +01:00
Merge pull request #605 from dorny/docs/markdown_linting
This commit is contained in:
commit
09bbc2665b
3 changed files with 19 additions and 1 deletions
13
.markdownlint.json
Normal file
13
.markdownlint.json
Normal file
|
|
@ -0,0 +1,13 @@
|
||||||
|
{
|
||||||
|
"blanks-around-headings": false,
|
||||||
|
"blanks-around-lists": false,
|
||||||
|
"blanks-around-tables": false,
|
||||||
|
"blanks-around-fences": false,
|
||||||
|
"no-bare-urls": false,
|
||||||
|
"line-length": false,
|
||||||
|
"ul-style": false,
|
||||||
|
"no-inline-html": false,
|
||||||
|
"no-multiple-blanks": {
|
||||||
|
"maximum": 3
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
@ -9,7 +9,7 @@ This [Github Action](https://github.com/features/actions) displays test results
|
||||||
✔️ Provides final `conclusion` and counts of `passed`, `failed` and `skipped` tests as output parameters
|
✔️ Provides final `conclusion` and counts of `passed`, `failed` and `skipped` tests as output parameters
|
||||||
|
|
||||||
**How it looks:**
|
**How it looks:**
|
||||||
|||||
|
|||||
|
||||||
|:--:|:--:|:--:|:--:|
|
|:--:|:--:|:--:|:--:|
|
||||||
|
|
||||||
**Supported languages / frameworks:**
|
**Supported languages / frameworks:**
|
||||||
|
|
|
||||||
|
|
@ -81,5 +81,10 @@
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=20"
|
"node": ">=20"
|
||||||
|
},
|
||||||
|
"markdownlint-cli2": {
|
||||||
|
"ignores": [
|
||||||
|
"__tests__/**/*"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue