Skip to content

Commit 6284592

Browse files
committed
Update readme
1 parent 43e0fd7 commit 6284592

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@ inputs:
5151
reviewdog_flags:
5252
description: 'Additional reviewdog flags'
5353
default: ''
54+
### Flags for haml-lint ###
55+
haml_lint_config:
56+
description: 'Path to config file'
57+
default: '.haml-lint.yml'
5458
```
5559
5660
## Usage
@@ -72,6 +76,7 @@ jobs:
7276
# Change reporter level if you need.
7377
# GitHub Status Check won't become failure with warning.
7478
level: warning
79+
haml_lint_config: .haml-config.yml # defaults to .haml-lint.yml
7580
```
7681
7782
## Development

0 commit comments

Comments
 (0)