{"id":31762260,"url":"https://github.com/mbarbin/dunolint-actions","last_synced_at":"2026-04-17T09:32:25.565Z","repository":{"id":314618582,"uuid":"1013033440","full_name":"mbarbin/dunolint-actions","owner":"mbarbin","description":"Reusable GitHub Actions for the dunolint linting tool ","archived":false,"fork":false,"pushed_at":"2026-03-07T16:59:12.000Z","size":139,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-07T21:49:25.538Z","etag":null,"topics":["dune","linter","ocaml"],"latest_commit_sha":null,"homepage":"https://mbarbin.github.io/dunolint/","language":"Shell","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/mbarbin.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGES.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-07-03T08:58:26.000Z","updated_at":"2026-03-07T16:59:12.000Z","dependencies_parsed_at":"2025-09-13T17:29:24.613Z","dependency_job_id":"9cc6b60e-d412-4631-baa9-d59ae26e52ff","html_url":"https://github.com/mbarbin/dunolint-actions","commit_stats":null,"previous_names":["mbarbin/dunolint-actions"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/mbarbin/dunolint-actions","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mbarbin%2Fdunolint-actions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mbarbin%2Fdunolint-actions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mbarbin%2Fdunolint-actions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mbarbin%2Fdunolint-actions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mbarbin","download_url":"https://codeload.github.com/mbarbin/dunolint-actions/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mbarbin%2Fdunolint-actions/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31923141,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-17T09:10:15.403Z","status":"ssl_error","status_checked_at":"2026-04-17T09:10:14.455Z","response_time":62,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["dune","linter","ocaml"],"created_at":"2025-10-09T22:17:28.499Z","updated_at":"2026-04-17T09:32:25.561Z","avatar_url":"https://github.com/mbarbin.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dunolint-actions\n\nReusable GitHub Actions for the [dunolint](https://github.com/mbarbin/dunolint) linter tool.\n\n[![CI](https://github.com/mbarbin/dunolint-actions/actions/workflows/ci.yml/badge.svg)](https://github.com/mbarbin/dunolint-actions/actions/workflows/ci.yml)\n[![Test](https://github.com/mbarbin/dunolint-actions/actions/workflows/test-setup-dunolint.yml/badge.svg)](https://github.com/mbarbin/dunolint-actions/actions/workflows/test-setup-dunolint.yml)\n[![Release](https://github.com/mbarbin/dunolint-actions/actions/workflows/create-release-on-tag.yml/badge.svg)](https://github.com/mbarbin/dunolint-actions/actions/workflows/create-release-on-tag.yml)\n\n## Actions\n\n- [`setup-dunolint`](./setup-dunolint/README.md): Install the dunolint executable for use in workflows.\n- [`lint-check`](./lint-check/README.md): Run dunolint lint check on the project.\n\n## Compatibility\n\n| Action Version     | CLI dunolint Version   | Status | Note                |\n|:------------------:|:----------------------:|:------:|:--------------------|\n| v1.0.0-alpha.6     | 0.0.20260306           | ✅     | latest, recommended |\n| v1.0.0-alpha.3–6   | 0.0.20251006–20260306  | 🟢     | supported           |\n| \u003c= v1.0.0-alpha.2  | \u003e= 0.0.20251006        | 🔴     | not supported       |\n| v1.0.0-alpha.2     | 0.0.20250907           | 🟢     | supported           |\n| v1.0.0-alpha.2     | 0.0.20250804           | 🟢     | supported           |\n\n_This table will be updated as new versions are released._\n\n## Quick Start\n\n```yaml\nsteps:\n  - uses: actions/checkout@\u003cref\u003e\n  - uses: mbarbin/dunolint-actions/setup-dunolint@\u003cref\u003e\n    with:\n      dunolint-version: 0.0.20260306\n      dunolint-digest: sha256:b83c07dd352cd4bec36b872ac593f299972710baff70a62e7a4650e80d2460d4\n  - uses: mbarbin/dunolint-actions/lint-check@\u003cref\u003e\n```\n\nBoth `dunolint-version` and `dunolint-digest` are required inputs. See [DIGESTS.md](./setup-dunolint/DIGESTS.md) for known digest values.\n\n## Usage, Documentation, Links \u0026 Resources\n\n- See each action's `README.md` and `action.yml` for detailed usage and options.\n- The documentation of the [dunolint](https://mbarbin.github.io/dunolint/) linter tool.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmbarbin%2Fdunolint-actions","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmbarbin%2Fdunolint-actions","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmbarbin%2Fdunolint-actions/lists"}