Skip to content

Commit 84e3c2a

Browse files
authored
CI: fix markdown lint (#1389)
1 parent 7f1c192 commit 84e3c2a

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

.github/workflows/markdown_linter.yml

+1-11
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,6 @@ jobs:
1515
- uses: gaurav-nelson/github-action-markdown-link-check@v1
1616
markdown_lint:
1717
runs-on: ubuntu-latest
18-
strategy:
19-
matrix:
20-
node-version: [ 14.x ]
2118
steps:
2219
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
23-
- name: Use Node.js ${{ matrix.node-version }}
24-
uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8
25-
with:
26-
node-version: ${{ matrix.node-version }}
27-
- name: Install dependencies
28-
run: npm install --global markdownlint-cli2
29-
- name: Run lint check
30-
run: markdownlint-cli2-fix "**/*.md"
20+
- uses: DavidAnson/markdownlint-cli2-action@v9

0 commit comments

Comments
 (0)