We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c0b510 commit a16dae2Copy full SHA for a16dae2
.github/workflows/reusable-markdown-lint-check.yml
@@ -13,7 +13,7 @@ jobs:
13
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
14
15
- name: Install mardkdownlint
16
- run: npm install -g markdownlint-cli
+ run: npm install -g markdownlint-cli@0.43.0
17
18
- name: Run markdownlint
19
run: |
0 commit comments