diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 203c5d2d0..f1f2c8e4b 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -8,7 +8,5 @@ jobs: uses: actions/checkout@v4 with: show-progress: '' - - uses: xt0rted/markdownlint-problem-matcher@v2 - - run: | - npm install -g markdownlint-cli - markdownlint **/*.md --ignore node_modules + - name: markdownlint-cli2-action + uses: DavidAnson/markdownlint-cli2-action@v9