Skip to content

Commit 4b7878e

Browse files
committed
markdownlint config
1 parent b8fb3db commit 4b7878e

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
strategy:
3030
fail-fast: false
3131
matrix:
32-
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
32+
python-version: ["3.7", "3.8", "3.9", "3.10"]
3333
steps:
3434
- uses: actions/checkout@v3
3535
- uses: actions/setup-python@v4

.markdownlint.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# https://github.com/DavidAnson/markdownlint/blob/main/schema/.markdownlint.yaml
2+
default: true # enable all by default
3+
MD007: # unordered list indentation
4+
indent: 2
5+
MD013: false # do not validate line length
6+
MD014: false # allow $ before command output
7+
MD029: # ordered list prefix
8+
style: "one"

0 commit comments

Comments
 (0)