Skip to content

Commit bbe6c65

Browse files
authored
ci: lint and normalize Markdown documentation
1 parent 63b0d15 commit bbe6c65

2 files changed

Lines changed: 13 additions & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v7
1515

16+
- name: Lint Markdown
17+
uses: DavidAnson/markdownlint-cli2-action@v23
18+
with:
19+
globs: "**/*.md"
20+
1621
- uses: actions/setup-python@v7
1722
with:
1823
python-version: "3.11"

.markdownlint.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"MD013": {
3+
"line_length": 100
4+
},
5+
"MD024": {
6+
"siblings_only": true
7+
}
8+
}

0 commit comments

Comments
 (0)