{"id":15678864,"url":"https://github.com/zkat/is_ci","last_synced_at":"2025-04-15T22:50:09.198Z","repository":{"id":60775541,"uuid":"409279159","full_name":"zkat/is_ci","owner":"zkat","description":"Super lightweight and dead-simple CI detection.","archived":false,"fork":false,"pushed_at":"2024-02-04T02:57:58.000Z","size":30,"stargazers_count":13,"open_issues_count":1,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-04-15T22:50:02.248Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zkat.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":"2021-09-22T16:32:36.000Z","updated_at":"2025-04-15T15:12:43.000Z","dependencies_parsed_at":"2025-01-13T05:12:57.831Z","dependency_job_id":"4608811c-c489-481f-9a95-648c82b89690","html_url":"https://github.com/zkat/is_ci","commit_stats":{"total_commits":20,"total_committers":2,"mean_commits":10.0,"dds":0.09999999999999998,"last_synced_commit":"5e7959455a90cf9a00cafbbd533ea25d747a07d3"},"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zkat%2Fis_ci","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zkat%2Fis_ci/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zkat%2Fis_ci/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zkat%2Fis_ci/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zkat","download_url":"https://codeload.github.com/zkat/is_ci/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249167434,"owners_count":21223505,"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-10-03T16:25:12.036Z","updated_at":"2025-04-15T22:50:09.182Z","avatar_url":"https://github.com/zkat.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"This crate tells you if you're in a CI environment or not. It does not tell\nyou **which** you're in, but it makes a good effort to make sure to accurately\ntell you whether you're in one.\n\nThis crate is based on the\n[`@npmcli/ci-detect`](https://npm.im/@npmcli/ci-detect) package.\n\nIf you need more information about the specific CI environment you're running\nin and you can handle a heavier dependency, please consider using\n[`ci_info`](https://crates.io/crates/ci_info) instead.\n\n## Example\n\n```rust\n// You can call this repeatedly if you want to get the same result, cached.\nlet am_i_in_ci_right_now = is_ci::cached();\n\n// If you expect your environment to change between calls, use this instead:\nlet checking_again_just_in_case = is_ci::uncached();\n```\n\n## License\n\n`is_ci` is released to the Rust community under the [ISC License](./LICENSE).\n\nIt is based on `@npmcli/ci-detect` which is released to the community under\nthe [ISC License](https://github.com/npm/ci-detect/blob/main/LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzkat%2Fis_ci","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzkat%2Fis_ci","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzkat%2Fis_ci/lists"}