Skip to content

Commit

Permalink
Add another example to README.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidAnson committed Jan 16, 2021
1 parent e783e2d commit 6f2edb0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,20 @@ for linting [Markdown][markdown]/[CommonMark][commonmark] files with
Glob expression(s) of files to lint (newline-delimited)

The default `*.{md,markdown}` lints all Markdown files in the base directory
of a project

## Outputs

[None]

## Examples

To lint Markdown files in the base directory of a project:

```yaml
- uses: DavidAnson/markdownlint-cli2-action@v1
```
To lint all Markdown files in a project:
```yaml
Expand Down

0 comments on commit 6f2edb0

Please sign in to comment.