Skip to content

Commit 2aa0263

Browse files
committed
pumped markdown-lint to version 2
1 parent 4e64fb1 commit 2aa0263

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/lint-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ jobs:
1111
- name: Markdown Lint
1212
run: |
1313
cd docs
14-
npx markdownlint-cli content/
14+
npx markdownlint-cli2 content/**/*.md

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ hugo server
1414
## Check
1515
Before pushing, check your file with [markdownlint-cli](https://github.com/igorshubovych/markdownlint-cli)
1616
```shell
17-
npx markdownlint-cli content/
17+
npx markdownlint-cli2 content/**/*.md
1818
```

0 commit comments

Comments
 (0)