Bump DavidAnson/markdownlint-cli2-action from 19 to 20
@@ -408,7 +408,7 @@ jobs:
python3 CI/validate_json.py
- name: Validate Markdown
- uses: DavidAnson/markdownlint-cli2-action@v19
+ uses: DavidAnson/markdownlint-cli2-action@v20
with:
config: 'CI/example.markdownlint-cli2.jsonc'
globs: '**/*.md'
@@ -272,7 +272,10 @@
},
// MD058 - Tables should be surrounded by blank lines
- "MD058" : true
+ "MD058" : true,
+
+ // MD059 - Link text should be descriptive
+ "MD059" : false
}
-}
+}