{"id":50793164,"url":"https://github.com/archgate/setup-action","last_synced_at":"2026-06-12T12:31:00.763Z","repository":{"id":353992399,"uuid":"1187232195","full_name":"archgate/setup-action","owner":"archgate","description":"GitHub Action to install the Archgate CLI","archived":false,"fork":false,"pushed_at":"2026-05-23T21:46:39.000Z","size":18,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-23T23:22:31.824Z","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/archgate.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":".github/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":"2026-03-20T13:46:13.000Z","updated_at":"2026-05-23T21:46:19.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/archgate/setup-action","commit_stats":null,"previous_names":["archgate/setup-action"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/archgate/setup-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/archgate%2Fsetup-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/archgate%2Fsetup-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/archgate%2Fsetup-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/archgate%2Fsetup-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/archgate","download_url":"https://codeload.github.com/archgate/setup-action/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/archgate%2Fsetup-action/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34245217,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-12T02:00:06.859Z","response_time":109,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2026-06-12T12:31:00.545Z","updated_at":"2026-06-12T12:31:00.745Z","avatar_url":"https://github.com/archgate.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Setup Archgate\n\nOfficial GitHub Action to install the [Archgate](https://archgate.dev) CLI and add it to `PATH`. Supports all GitHub-hosted runner platforms: Ubuntu, macOS, and Windows.\n\n## Inputs\n\n| Input     | Required | Default  | Description                                    |\n|-----------|----------|----------|------------------------------------------------|\n| `version` | No       | `latest` | Archgate version to install (e.g. `v0.14.0`). |\n\n## Usage\n\n```yaml\nsteps:\n  - uses: actions/checkout@v4\n  - uses: archgate/setup-action@v1\n    with:\n      version: v0.14.0 # optional, defaults to latest\n  - run: archgate check --ci\n```\n\n## Cross-platform workflow\n\n```yaml\njobs:\n  check:\n    strategy:\n      matrix:\n        os: [ubuntu-latest, macos-latest, windows-latest]\n    runs-on: ${{ matrix.os }}\n    steps:\n      - uses: actions/checkout@v4\n      - uses: archgate/setup-action@v1\n      - run: archgate check --ci\n```\n\n## License\n\n[Apache 2.0](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farchgate%2Fsetup-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farchgate%2Fsetup-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farchgate%2Fsetup-action/lists"}