There was an error while loading. Please reload this page.
1 parent 63b0d15 commit bbe6c65Copy full SHA for bbe6c65
2 files changed
.github/workflows/main.yml
@@ -13,6 +13,11 @@ jobs:
13
steps:
14
- uses: actions/checkout@v7
15
16
+ - name: Lint Markdown
17
+ uses: DavidAnson/markdownlint-cli2-action@v23
18
+ with:
19
+ globs: "**/*.md"
20
+
21
- uses: actions/setup-python@v7
22
with:
23
python-version: "3.11"
.markdownlint.json
@@ -0,0 +1,8 @@
1
+{
2
+ "MD013": {
3
+ "line_length": 100
4
+ },
5
+ "MD024": {
6
+ "siblings_only": true
7
+ }
8
+}
0 commit comments