{"id":23064019,"url":"https://github.com/rwe/actions-hlint-setup","last_synced_at":"2025-08-15T10:30:56.977Z","repository":{"id":37072335,"uuid":"281239553","full_name":"rwe/actions-hlint-setup","owner":"rwe","description":"GitHub Action: Set up hlint","archived":false,"fork":false,"pushed_at":"2023-03-03T22:54:22.000Z","size":257,"stargazers_count":2,"open_issues_count":9,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-12-06T07:34:42.658Z","etag":null,"topics":["github-actions","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-20T22:36:27.000Z","updated_at":"2021-11-12T11:11:43.000Z","dependencies_parsed_at":"2024-10-14T14:02:04.005Z","dependency_job_id":"d0a2c28e-4fb9-4ac1-b0d9-4268bca8bf64","html_url":"https://github.com/rwe/actions-hlint-setup","commit_stats":{"total_commits":29,"total_committers":3,"mean_commits":9.666666666666666,"dds":"0.31034482758620685","last_synced_commit":"9f5da5e7cd43663fb7b2e2154a087c17f0471ed1"},"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rwe%2Factions-hlint-setup","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rwe%2Factions-hlint-setup/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rwe%2Factions-hlint-setup/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rwe%2Factions-hlint-setup/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rwe","download_url":"https://codeload.github.com/rwe/actions-hlint-setup/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":229906171,"owners_count":18142456,"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","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":["github-actions","haskell","hlint"],"created_at":"2024-12-16T04:14:16.494Z","updated_at":"2024-12-16T04:14:17.152Z","avatar_url":"https://github.com/rwe.png","language":"TypeScript","readme":"# rwe/actions-hlint-setup\n\nGitHub Action: Set up hlint\n\nDownloads and a binary HLint release from [@ndmitchell/hlint](https://github.com/ndmitchell/hlint).\n\nThe release is cached using [@actions/tool-cache](https://github.com/actions/tool-cache) and is added to `PATH`.\n\nSee also [rwe/actions-hlint-run](https://github.com/rwe/actions-hlint-run), which will run hlint and format its output for GitHub annotations.\n\n## Inputs\n\n* `version`: The HLint version to download. Defaults to `3.1.6`.\n\n## Outputs\n\n* `hlint-dir`: Resulting directory containing the hlint executable\n* `hlint-bin`: Location of the hlint executable\n* `version`: Version of the hlint tool (same as input, if provided)\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@v1\n      with:\n        path: src/\n        fail-on: warning\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frwe%2Factions-hlint-setup","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frwe%2Factions-hlint-setup","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frwe%2Factions-hlint-setup/lists"}