Fix YAML syntax
This commit is contained in:
2
.github/workflows/mdlint.yml
vendored
2
.github/workflows/mdlint.yml
vendored
@@ -14,5 +14,5 @@ jobs:
|
|||||||
- name: markdownlint-cli
|
- name: markdownlint-cli
|
||||||
uses: nosborn/github-action-markdown-cli@v1.1.1
|
uses: nosborn/github-action-markdown-cli@v1.1.1
|
||||||
with:
|
with:
|
||||||
files: **/*.md
|
files: '**/*.md'
|
||||||
config_file: ".markdownlint.json"
|
config_file: ".markdownlint.json"
|
||||||
|
|||||||
Reference in New Issue
Block a user