CI: bump Markdown linter version to v19
All checks were successful
lint / lint (push) Successful in 40s
All checks were successful
lint / lint (push) Successful in 40s
This commit is contained in:
parent
994d3829f7
commit
cdd6fbf4cf
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ jobs:
|
||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Lint Markdown files
|
- name: Lint Markdown files
|
||||||
uses: actions/markdownlint-cli2-action@v17
|
uses: actions/markdownlint-cli2-action@v19
|
||||||
with:
|
with:
|
||||||
globs: |
|
globs: |
|
||||||
**/*.md
|
**/*.md
|
||||||
|
|
Loading…
Reference in a new issue