Skip to content

Commit 4e9d856

Browse files
committed
Add .markdownlint.json. Remove linting for docs since that doesn't exist.
1 parent 9d0937c commit 4e9d856

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

.github/workflows/lint.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ jobs:
3333
*.md
3434
.github/**/*.md
3535
config: ./.markdownlint.json
36-
- name: Markdown Lint Docs
37-
uses: DavidAnson/markdownlint-cli2-action@v20
38-
with:
39-
globs: docs/**/*.md
40-
config: docs/.markdownlint.json
36+
# - name: Markdown Lint Docs
37+
# uses: DavidAnson/markdownlint-cli2-action@v20
38+
# with:
39+
# globs: docs/**/*.md
40+
# config: docs/.markdownlint.json

.markdownlint.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"MD013": false,
3+
"MD041": false
4+
}

0 commit comments

Comments
 (0)