Skip to content

Commit 4ad7beb

Browse files
committed
Add md lint
1 parent 99999f2 commit 4ad7beb

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.github/workflows/lint.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,3 @@ jobs:
1515
uses: yoriiis/actions/.github/workflows/lint.yml@main
1616
with:
1717
typescript-status: false
18-
markdown-status: false

.markdownlint-cli2.cjs

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
module.exports = {
2+
config: {
3+
MD013: false, // Line length
4+
MD024: false, // Multiple headers with the same content
5+
MD033: false // No inline HTML
6+
},
7+
ignores: ['**/node_modules/**', '.github/PULL_REQUEST_TEMPLATE.md']
8+
}

0 commit comments

Comments
 (0)