sparksp/elm-review
Use elm-review to check code quality
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| name | This action creates its own entry in the checks called "elm-review", you can change the check name shown with this input. | yes | elm-review |
| elm_review | Specify the path to elm-review. | yes | elm-review |
| elm_review_config | Use the review configuration in the specified directory instead of the one found in the current directory or one of its parents. | no | — |
| elm_compiler | Specify the path to the elm compiler. | no | — |
| elm_format | Specify the path to elm-format. | no | — |
| elm_json | Specify the path to the elm.json file of the project. By default, the one in the current directory or its parent directories will be used. | no | — |
| elm_files | List of Elm files or directories you wish to review. Unless files or directories are specified, elm-review will look at: - For packages: src/ and tests/ - For applications: tests/ and the "source-directories" in the project's elm.json | no | — |
| working-directory | Change the working directory | no | — |
Outputs
no outputs