CI: Switch to DavidAnson/markdownlint-cli2-action for markdown linting (#463)

This commit is contained in:
Nico Burns
2023-04-23 11:59:30 +01:00
committed by GitHub
parent a92b9441fc
commit ffc0134141
2 changed files with 3 additions and 8 deletions
+3 -8
View File
@@ -163,12 +163,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
# Full git history is needed to get a proper list of changed files within `super-linter`
fetch-depth: 0
- name: Run Markdown Lint
uses: docker://ghcr.io/github/super-linter:slim-v4
env:
VALIDATE_ALL_CODEBASE: true
VALIDATE_MARKDOWN: true
DEFAULT_BRANCH: master
uses: DavidAnson/markdownlint-cli2-action@v9
with:
globs: '**/*.md'