We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f1c192 commit 84e3c2aCopy full SHA for 84e3c2a
.github/workflows/markdown_linter.yml
@@ -15,16 +15,6 @@ jobs:
15
- uses: gaurav-nelson/github-action-markdown-link-check@v1
16
markdown_lint:
17
runs-on: ubuntu-latest
18
- strategy:
19
- matrix:
20
- node-version: [ 14.x ]
21
steps:
22
- 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"
+ - uses: DavidAnson/markdownlint-cli2-action@v9
0 commit comments