actions-marketplace-validations/Run HLint
Run hlint and format the output for a problem matcher
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Nov 4, 2021
- License
- MIT
- Runtime
- Deprecated runtime
Pinned Snippet
uses: actions-marketplace-validations/rwe_actions-hlint-run@aea56c88efe041b5ba8edf4cccc9dbf0f3806a25 # no releases — HEAD as of 2026-07-14tags can be moved; commit SHAs can't. why a SHA?
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 | yes | . |
Outputs
| name | description |
|---|---|
| ideas | A JSON array of HLint output ideas (errors, warnings, suggestions, and so on) |