andrewmcodes/HAML Lint Action
A GitHub Action that lints your HAML code with HAML Lint!
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| version | Define spcific Haml Lint gem version to use | no | — |
| additional_gems | Add Additional Gems to install during setup | no | — |
| file_paths | File paths for Haml Lint to analyze; typically app/views/**/* | no | — |
| config_path | Path to Haml config file not in the base repo path ./ | no | — |
| exclude_paths | Haml lint command Exclude one or more files from being linted | no | — |
| fail_level | Specify the minimum severity (warning or error) for which the lint should fail | no | error |
| bundle | Useful gemfile, useful for using your oen version of the gem | no | false |
Outputs
no outputs