mirror of
https://github.com/DavidAnson/markdownlint-cli2-action.git
synced 2024-11-21 13:51:28 +01:00
Add example of continue-on-error to the README (fixes #3).
This commit is contained in:
parent
57ca163021
commit
fa80dbfb52
1 changed files with 7 additions and 0 deletions
|
@ -46,6 +46,13 @@ To lint specific Markdown files in a project:
|
|||
docs/*.md
|
||||
```
|
||||
|
||||
To prevent linting issues from failing the workflow run:
|
||||
|
||||
```yaml
|
||||
- uses: DavidAnson/markdownlint-cli2-action@v4
|
||||
continue-on-error: true
|
||||
```
|
||||
|
||||
See [`example.yml`][example-yml] for a simple GitHub workflow that uses
|
||||
`markdownlint-cli2-action`.
|
||||
|
||||
|
|
Loading…
Reference in a new issue