Browse Source

markdownlint-cli2 config

Victor Seva 1 year ago
parent
commit
092011259a
2 changed files with 5 additions and 0 deletions
  1. 1 0
      .github/workflows/build.yml
  2. 4 0
      .markdownlint-cli2.yaml

+ 1 - 0
.github/workflows/build.yml

@@ -18,6 +18,7 @@ jobs:
       - uses: actions/checkout@v4
       - uses: DavidAnson/markdownlint-cli2-action@v15
         with:
+          config: .markdownlint-cli2.yaml
           globs: |
             README.md
             docs/**/*.md

+ 4 - 0
.markdownlint-cli2.yaml

@@ -0,0 +1,4 @@
+config:
+  default: true
+  MD013: false
+  MD046: false