haskell-actions/Scan code with HLint
Scan Haskell code for possible improvements using HLint.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jul 2, 2026
- License
- Apache 2.0
Pinned Snippet
uses: haskell-actions/hlint-scan@abd8bbb55afd1ec2c86bc28e081c1ca49037dd9c # v1.3.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| binary | Path to the hlint binary. | no | — |
| path | Path of file or directory that HLint will be told to scan. | no | . |
| hints | Path for HLint configuration file. | no | — |
| category | String used by GitHub code scanning for matching the analyses. | no | — |
| token | Access token to fetch the repository and write the code scanning results from HLint to GitHub code scanning. | no | ${{ github.token }} |
| fail-on | If not empty, then this disables code scanning and instead outputs annotations. The value can be one of 'never', 'error', 'warning', or 'note', which denotes at what level a non-zero exit can happen. This is only intended for use in private GitHub repositories which do not have code scanning available. | no | — |
Outputs
| name | description |
|---|---|
| sarif-id | The ID of the uploaded SARIF file. |