0
0
Fork 0
mirror of https://github.com/DavidAnson/markdownlint-cli2-action.git synced 2024-10-16 12:07:01 +02:00

Fix YAML syntax error in README example (fixes #4).

This commit is contained in:
David Anson 2021-12-12 18:12:03 -08:00 committed by GitHub
parent 75ca8bd12c
commit 57ca163021
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -32,7 +32,7 @@ To lint all Markdown files in a project:
```yaml
- uses: DavidAnson/markdownlint-cli2-action@v4
with:
globs: **/*.md
globs: "**/*.md"
```
To lint specific Markdown files in a project: