We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5f2bd5 commit d6703a2Copy full SHA for d6703a2
.github/workflows/ci.yml
@@ -113,7 +113,8 @@ jobs:
113
markdown-lint:
114
if: |
115
needs.files-changed.outputs.documentation == 'true' ||
116
- needs.files-changed.outputs.release == 'true'
+ needs.files-changed.outputs.release == 'true' ||
117
+ needs.files-changed.outputs.github_workflows
118
needs: ["files-changed"]
119
runs-on: "ubuntu-latest"
120
timeout-minutes: 5
.markdownlint.yaml
@@ -11,3 +11,5 @@ MD034: false # no-bare-urls
11
MD041: false # allow 1st line to not be a top-level heading (required for Towncrier)
12
MD045: false # no alt text around images
13
MD047: false # single trailing newline
14
+MD059: # Link descriptions
15
+ prohibited_texts: []
0 commit comments