Skip to content

Commit

Permalink
Merge branch 'main' into fixes/use-conf-step-output
Browse files Browse the repository at this point in the history
  • Loading branch information
Shemnei committed Jan 17, 2024
2 parents ed93305 + 3e5323d commit 53cd42e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ inputs:
description: 'Additional reviewdog flags'
default: ''
### Flags for typos ###
exclude:
description: 'Files or patterns to exclude'
required: false
files:
description: 'Files or patterns to check'
required: false
Expand Down Expand Up @@ -67,6 +70,8 @@ jobs:
# Change reporter level if you need.
# GitHub Status Check won't become failure with warning.
level: warning
exclude: |
*.yaml
```

## Development
Expand Down

0 comments on commit 53cd42e

Please sign in to comment.