We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a92b944 commit ffc0134Copy full SHA for ffc0134
.github/workflows/ci.yml
@@ -163,12 +163,7 @@ jobs:
163
runs-on: ubuntu-latest
164
steps:
165
- 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
169
- 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
+ uses: DavidAnson/markdownlint-cli2-action@v9
+ with:
+ globs: '**/*.md'
.github/linters/.markdown-lint.yml renamed to .markdownlint.yml
0 commit comments