haskell-actions/Run HLint after installing it
Run hlint and format the output for a problem matcher
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| hlint-bin | hlint binary path, if not already in PATH | no | — |
| fail-on | When to fail the build. One of: never, status, warning, suggestion, error | no | never |
| path | Path or JSON array of paths to check with hlint | no | . |
Outputs
| name | description |
|---|---|
| ideas | A JSON array of HLint output ideas (errors, warnings, suggestions, and so on) |