We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3318639 commit 6932bd7Copy full SHA for 6932bd7
README.md
@@ -51,10 +51,10 @@ inputs:
51
reviewdog_flags:
52
description: 'Additional reviewdog flags'
53
default: ''
54
- ### Flags for haml-lint ###
55
- haml_lint_config:
56
- description: 'Path to config file'
57
- default: '.haml-lint.yml'
+ ### Flags for haml-lint
+ haml_lint_flags:
+ description: 'Additional haml-lint flags'
+ default: ''
58
```
59
60
## Usage
@@ -76,7 +76,7 @@ jobs:
76
# Change reporter level if you need.
77
# GitHub Status Check won't become failure with warning.
78
level: warning
79
- haml_lint_config: .haml-config.yml # defaults to .haml-lint.yml
+ haml_lint_flags: -c .haml-config.yml
80
81
82
## Development
0 commit comments