actions-marketplace-validations/Run haml-lint via reviewdog
🐶 Run haml-lint with reviewdog on pull requests to improve code review experience.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | GITHUB_TOKEN | — | ${{ github.token }} |
| haml_lint_flags | Additional haml-lint flags | — | "" |
| haml_lint_version | The version of haml_lint to use. Use 'gemfile' to use the version from Gemfile.lock | — | — |
| tool_name | Tool name to use for reviewdog reporter | — | haml-lint |
| rubocop_version | The version of rubocop to use. Use 'gemfile' to use the version from Gemfile.lock | — | — |
| rubocop_extensions | Rubocop extensions | — | rubocop-rails rubocop-performance rubocop-rspec rubocop-i18n rubocop-rake |
| level | Report level for reviewdog [info,warning,error] | — | error |
| reporter | Reporter of reviewdog command [github-pr-check,github-pr-review]. | — | github-pr-check |
| filter_mode | Filtering for the reviewdog command [added,diff_context,file,nofilter]. Default is added. | — | added |
| fail_on_error | Exit code for reviewdog when errors are found [true,false] Default is `false`. | — | false |
| reviewdog_flags | Additional reviewdog flags | — | "" |
| workdir | The directory from which to look for and run Rubocop. Default '.' | — | . |
| skip_install | Do not install Rubocop or its extensions. Default: `false` | — | false |
| use_bundler | Run Rubocop with bundle exec. Default: `false` | — | false |
Outputs
no outputs