{"id":22153037,"url":"https://github.com/rwe/actions-hlint-run","last_synced_at":"2025-08-18T13:11:43.021Z","repository":{"id":37819033,"uuid":"281523588","full_name":"rwe/actions-hlint-run","owner":"rwe","description":"GitHub Action: Run hlint","archived":false,"fork":false,"pushed_at":"2023-03-06T11:57:06.000Z","size":170,"stargazers_count":6,"open_issues_count":8,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-26T10:04:54.258Z","etag":null,"topics":["actions-hlint","github-actions","github-annotations","haskell","hlint"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rwe.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-07-21T23:10:35.000Z","updated_at":"2021-11-12T11:12:36.000Z","dependencies_parsed_at":"2024-06-21T13:11:31.118Z","dependency_job_id":"0606cb20-759f-490f-9506-9a0c0dbfd2ab","html_url":"https://github.com/rwe/actions-hlint-run","commit_stats":{"total_commits":23,"total_committers":2,"mean_commits":11.5,"dds":"0.34782608695652173","last_synced_commit":"aea56c88efe041b5ba8edf4cccc9dbf0f3806a25"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/rwe/actions-hlint-run","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rwe%2Factions-hlint-run","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rwe%2Factions-hlint-run/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rwe%2Factions-hlint-run/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rwe%2Factions-hlint-run/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rwe","download_url":"https://codeload.github.com/rwe/actions-hlint-run/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rwe%2Factions-hlint-run/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270997598,"owners_count":24682079,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-18T02:00:08.743Z","response_time":89,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["actions-hlint","github-actions","github-annotations","haskell","hlint"],"created_at":"2024-12-02T01:16:20.741Z","updated_at":"2025-08-18T13:11:42.960Z","avatar_url":"https://github.com/rwe.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# rwe/actions-hlint-run\n\nGitHub Action: Run hlint\n\nSee also [rwe/actions-hlint-setup](https://github.com/rwe/actions-hlint-setup), which will install (and cache) hlint.\n\nExecutes `hlint` and re-formats the output with a\n[problem matcher](https://github.com/actions/toolkit/blob/1cc56db0ff126f4d65aeb83798852e02a2c180c3/docs/commands.md#problem-matchers),\nso that the hints are displayed as GitHub annotations.\n\n## Inputs\n\n* `fail-on` (optional, default: _never_): When to mark the check as failed.\n  One of: `never`, `status`, `warning`, `suggestion`, or `error`.\n* `path` (required): The single file or directory name, or formatted JSON array containing multiple.\n  Examples:\n  * `- path: src/`\n  * `- path: '[\"src/\", \"test/\"]'`\n  * `- path: ${{ toJSON(steps.whatever.changed_dirs) }}` (see: docs on [toJSON](https://docs.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#tojson))\n* `hlint-bin` (optional): The `hlint` binary path, if not already in `PATH`.\n\n## Outputs\n\nThe main purpose of this action currently is just to print out GitHub annotations, but it still provides an output.\n\n* `ideas`: The generated HLint ideas (warnings, errors, etc.) serialized to JSON.\n\n## Example\n\n```yaml\nname: lint\non:\n  pull_request:\n  push:\n    branches:\n      - master\n      - 'releases/*'\n\njobs:\n  hlint:\n    runs-on: ubuntu-latest\n    steps:\n    - uses: actions/checkout@v2\n\n    - name: 'Set up HLint'\n      uses: rwe/actions-hlint-setup@v1\n      with:\n        version: '3.1.6'\n\n    - name: 'Run HLint'\n      uses: rwe/actions-hlint-run@v2\n      with:\n        path: src/\n        fail-on: warning\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frwe%2Factions-hlint-run","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frwe%2Factions-hlint-run","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frwe%2Factions-hlint-run/lists"}