{"id":28190539,"url":"https://github.com/hyperlight-dev/ci-setup-workflow","last_synced_at":"2026-02-14T00:43:20.064Z","repository":{"id":261505751,"uuid":"867311719","full_name":"hyperlight-dev/ci-setup-workflow","owner":"hyperlight-dev","description":null,"archived":false,"fork":false,"pushed_at":"2025-03-13T21:03:36.000Z","size":20,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-03-13T21:36:13.969Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hyperlight-dev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-10-03T20:30:29.000Z","updated_at":"2025-03-13T21:00:47.000Z","dependencies_parsed_at":"2024-11-06T22:44:30.629Z","dependency_job_id":"5e59784f-9730-402e-b017-f8cb6c804e5d","html_url":"https://github.com/hyperlight-dev/ci-setup-workflow","commit_stats":null,"previous_names":["hyperlight-dev/ci-setup-workflow"],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperlight-dev%2Fci-setup-workflow","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperlight-dev%2Fci-setup-workflow/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperlight-dev%2Fci-setup-workflow/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperlight-dev%2Fci-setup-workflow/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hyperlight-dev","download_url":"https://codeload.github.com/hyperlight-dev/ci-setup-workflow/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254509428,"owners_count":22082899,"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":"2025-05-16T10:13:03.715Z","updated_at":"2026-02-14T00:43:20.049Z","avatar_url":"https://github.com/hyperlight-dev.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Hyperlight Workflow Setup\n\nThis github action performs common setup for running GitHub workflows for the [hyperlight](https://github.com/hyperlight-dev/hyperlight) project.\n\n## Example Usage\n\n```yaml\njobs:\n  setup:\n    runs-on: ubuntu-latest\n    steps:\n    - uses: actions/checkout@v2\n\n    - uses: hyperlight-dev/ci-setup-workflow@v1.0.0\n        with:\n          rust-toolchain: \"1.74.0\"\n```\n\n## Inputs\n\n### Parameters\n\n| Name | Description |\n| ---- | ----------- |\n| `rust-toolchain` | The rust toolchain version to use. |\n\n## Overview\n\nThis action performs the following steps:\n\n- Installs the Rust tool chain at the specified version.\n- Installs additional rust components like clippy, rustfmt, ect\n- Installs Just\n- Sets up the clang toolchain on Linux machines (this should probably get moved into the hosted runner image setup...)\n- Installs the `x86_64-pc-windows-msvc` rust target for cross-compilation on Linux machines\n- Sets up environment variables needed to build / run tests based on the machine's configuration. \n\n## Code of Conduct\n\nSee the [Code of Conduct](./CODE_OF_CONDUCT.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhyperlight-dev%2Fci-setup-workflow","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhyperlight-dev%2Fci-setup-workflow","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhyperlight-dev%2Fci-setup-workflow/lists"}