Skip to content

Commit 6dac6ba

Browse files
authored
Update markdownlinter.yml
1 parent 2b6e3ad commit 6dac6ba

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/markdownlinter.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
steps:
99
# Checks-out repository under $GITHUB_WORKSPACE, so job can access it
1010
- uses: actions/checkout@v4
11-
# Runs markdown linter on all markdown files
12-
- uses: DavidAnson/markdownlint-cli2-action@v20
1311
with:
14-
globs: '**/*.md'
12+
fetch-depth: 0
13+
- name: Super-Linter
14+
uses: super-linter/[email protected]

0 commit comments

Comments
 (0)