{"id":13541349,"url":"https://github.com/hustcer/setup-bend","last_synced_at":"2025-12-25T13:28:48.624Z","repository":{"id":243536067,"uuid":"812624942","full_name":"hustcer/setup-bend","owner":"hustcer","description":"Use the bend lang in your Github Actions workflows","archived":false,"fork":false,"pushed_at":"2025-01-06T03:40:37.000Z","size":31,"stargazers_count":5,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-19T16:12:07.906Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Nushell","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/hustcer.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2024-06-09T12:29:12.000Z","updated_at":"2025-01-06T03:40:18.000Z","dependencies_parsed_at":"2025-01-06T04:23:05.307Z","dependency_job_id":"ccfc8046-20f6-48df-88c0-a5ee3f78812d","html_url":"https://github.com/hustcer/setup-bend","commit_stats":null,"previous_names":["hustcer/setup-bend"],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hustcer%2Fsetup-bend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hustcer%2Fsetup-bend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hustcer%2Fsetup-bend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hustcer%2Fsetup-bend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hustcer","download_url":"https://codeload.github.com/hustcer/setup-bend/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243307495,"owners_count":20270263,"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":[],"created_at":"2024-08-01T10:00:44.543Z","updated_at":"2025-12-25T13:28:48.579Z","avatar_url":"https://github.com/hustcer.png","language":"Nushell","readme":"# Setup Bend Action\n\n[中文说明](README.zh-CN.md)\n\n[![Setup-Bend@Dev](https://github.com/hustcer/setup-bend/actions/workflows/basic.yml/badge.svg)](https://github.com/hustcer/setup-bend/actions/workflows/basic.yml)\n\nThis GitHub Action will setup a [Bend](https://github.com/HigherOrderCO/Bend) environment for you. It should work on Github `macos`, `ubuntu`, and `Windows` runners.\n\n## Usage\n\n### Basic\n\nIt's quite simple to use `hustcer/setup-bend`, just follow the example below:\n\n```yaml\nsteps:\n  - name: Checkout\n    uses: actions/checkout@v4\n\n  - name: Setup Bend\n    uses: hustcer/setup-bend@v1\n\n  - name: Check Bend Version\n    run: |\n        bend --version\n\n```\n\nOr, check the [test.yaml](https://github.com/hustcer/setup-bend/blob/main/.github/workflows/test.yml) example.\n\nIn rare circumstances you might get rate limiting errors, if this happens you can set the `GITHUB_TOKEN` environment variable.\n\n```yaml\n- uses: hustcer/setup-bend@v1\n  env:\n    GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}\n```\n\n### Inputs\n\nCurrently no input required\n\n## License\n\nLicensed under:\n\n- MIT license ([LICENSE](LICENSE) or http://opensource.org/licenses/MIT)\n","funding_links":[],"categories":["Integrations","Tools"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhustcer%2Fsetup-bend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhustcer%2Fsetup-bend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhustcer%2Fsetup-bend/lists"}