Skip to content

Commit ffc0134

Browse files
authored
CI: Switch to DavidAnson/markdownlint-cli2-action for markdown linting (#463)
1 parent a92b944 commit ffc0134

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

.github/workflows/ci.yml

+3-8
Original file line numberDiff line numberDiff line change
@@ -163,12 +163,7 @@ jobs:
163163
runs-on: ubuntu-latest
164164
steps:
165165
- uses: actions/checkout@v3
166-
with:
167-
# Full git history is needed to get a proper list of changed files within `super-linter`
168-
fetch-depth: 0
169166
- name: Run Markdown Lint
170-
uses: docker://ghcr.io/github/super-linter:slim-v4
171-
env:
172-
VALIDATE_ALL_CODEBASE: true
173-
VALIDATE_MARKDOWN: true
174-
DEFAULT_BRANCH: master
167+
uses: DavidAnson/markdownlint-cli2-action@v9
168+
with:
169+
globs: '**/*.md'
File renamed without changes.

0 commit comments

Comments
 (0)