{"id":16579975,"url":"https://github.com/tfausak/cabal-gild-setup-action","last_synced_at":"2026-05-07T15:45:44.406Z","repository":{"id":222874120,"uuid":"758617713","full_name":"tfausak/cabal-gild-setup-action","owner":"tfausak","description":":crown: Format Haskell package descriptions.","archived":false,"fork":false,"pushed_at":"2026-04-24T13:53:26.000Z","size":522,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-04-24T15:44:50.575Z","etag":null,"topics":["action","cabal","formatter","haskell"],"latest_commit_sha":null,"homepage":"https://github.com/marketplace/actions/setup-gild","language":"JavaScript","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/tfausak.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-02-16T17:48:22.000Z","updated_at":"2026-04-24T13:53:16.000Z","dependencies_parsed_at":"2024-03-11T13:37:47.589Z","dependency_job_id":"ec68dc1e-f8b4-4b66-8ec7-e16dbdad4cb7","html_url":"https://github.com/tfausak/cabal-gild-setup-action","commit_stats":null,"previous_names":["tfausak/cabal-gild-setup-action"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/tfausak/cabal-gild-setup-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tfausak%2Fcabal-gild-setup-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tfausak%2Fcabal-gild-setup-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tfausak%2Fcabal-gild-setup-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tfausak%2Fcabal-gild-setup-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tfausak","download_url":"https://codeload.github.com/tfausak/cabal-gild-setup-action/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tfausak%2Fcabal-gild-setup-action/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32744922,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-07T02:14:30.463Z","status":"ssl_error","status_checked_at":"2026-05-07T02:14:29.405Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["action","cabal","formatter","haskell"],"created_at":"2024-10-11T22:19:44.840Z","updated_at":"2026-05-07T15:45:44.399Z","avatar_url":"https://github.com/tfausak.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# cabal-gild-setup-action\n\nThis action installs the `cabal-gild` executable from the [Gild][] project,\nwhich can be used to format Haskell package descriptions (`*.cabal` files).\n\n[Gild]: https://github.com/tfausak/cabal-gild\n\n## Usage\n\nBasic usage:\n\n``` yaml\njobs:\n  gild:\n    runs-on: ubuntu-latest\n    steps:\n      - uses: actions/checkout@v6\n      - uses: tfausak/cabal-gild-setup-action@v2\n      - run: cabal-gild --input my-package.cabal --mode check\n```\n\nSpecifying a version:\n\n``` yaml\njobs:\n  gild:\n    runs-on: ubuntu-latest\n    steps:\n      - uses: actions/checkout@v6\n      - uses: tfausak/cabal-gild-setup-action@v2\n        with:\n          version: 1.7.0.2\n      - run: cabal-gild --input my-package.cabal --mode check\n```\n\n## Inputs\n\n- `token`: Optional, defaults to `${{ github.token }}`. The token to use when\n  communicating with GitHub's API to get the latest release of Gild. If this is\n  unset, the API request will be unauthenticated and may be rate limited.\n\n- `version`: Optional, defaults to `latest`. The version of Gild to use. Find\n  versions on [the releases page][]. `v1` of this action supports `\u003c 1.0.2.1`.\n  `v2` of this action supports `\u003e= 1.0.2.1`.\n\n[the releases page]: https://github.com/tfausak/cabal-gild/releases\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftfausak%2Fcabal-gild-setup-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftfausak%2Fcabal-gild-setup-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftfausak%2Fcabal-gild-setup-action/lists"}