Skip to content

Commit 6932bd7

Browse files
committed
Updated README
1 parent 3318639 commit 6932bd7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +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'
54+
### Flags for haml-lint
55+
haml_lint_flags:
56+
description: 'Additional haml-lint flags'
57+
default: ''
5858
```
5959
6060
## Usage
@@ -76,7 +76,7 @@ jobs:
7676
# Change reporter level if you need.
7777
# GitHub Status Check won't become failure with warning.
7878
level: warning
79-
haml_lint_config: .haml-config.yml # defaults to .haml-lint.yml
79+
haml_lint_flags: -c .haml-config.yml
8080
```
8181
8282
## Development

0 commit comments

Comments
 (0)