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 daa2e56 commit d9518e6Copy full SHA for d9518e6
.github/workflows/lint.yml
@@ -90,7 +90,7 @@ jobs:
90
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
91
92
- name: Lint Markdown
93
- uses: DavidAnson/markdownlint-cli2-action@05f32210e84442804257b2a6f20b273450ec8265 # v19.1.0
+ uses: DavidAnson/markdownlint-cli2-action@992badcdf24e3b8eb7e87ff9287fe931bcb00c6e # v20.0.0
94
with:
95
config: .markdownlint-cli2.yaml
96
globs: "**/*.md"
.markdownlint-cli2.yaml
@@ -14,6 +14,7 @@ config:
14
no-emphasis-as-heading: false
15
first-line-h1: false
16
code-block-style: false
17
+ descriptive-link-text: false
18
19
# Define glob expressions to ignore
20
ignores:
0 commit comments