{"id":20490171,"url":"https://github.com/open-turo/actions-gha","last_synced_at":"2026-05-03T20:31:41.308Z","repository":{"id":37072686,"uuid":"460705194","full_name":"open-turo/actions-gha","owner":"open-turo","description":"GitHub Actions for GitHub Action repositories","archived":false,"fork":false,"pushed_at":"2025-10-09T17:03:11.000Z","size":68,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-10-12T22:49:16.336Z","etag":null,"topics":["action","actions","gha","github"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/open-turo.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}},"created_at":"2022-02-18T04:09:20.000Z","updated_at":"2024-05-30T00:22:36.000Z","dependencies_parsed_at":"2023-11-17T02:24:11.736Z","dependency_job_id":"13ae9901-a891-4a2f-a4e9-12f44d90c023","html_url":"https://github.com/open-turo/actions-gha","commit_stats":null,"previous_names":[],"tags_count":31,"template":false,"template_full_name":null,"purl":"pkg:github/open-turo/actions-gha","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-turo%2Factions-gha","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-turo%2Factions-gha/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-turo%2Factions-gha/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-turo%2Factions-gha/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/open-turo","download_url":"https://codeload.github.com/open-turo/actions-gha/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-turo%2Factions-gha/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279013280,"owners_count":26085250,"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","status":"online","status_checked_at":"2025-10-12T02:00:06.719Z","response_time":53,"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":["action","actions","gha","github"],"created_at":"2024-11-15T17:15:50.965Z","updated_at":"2025-10-12T22:49:16.818Z","avatar_url":"https://github.com/open-turo.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# `open-turo/actions-gha`\n\nGitHub Actions for GitHub Action repositories\n\n[![Release](https://img.shields.io/github/v/release/open-turo/actions-gha)](https://github.com/open-turo/actions-gha/releases/)\n[![Tests pass/fail](https://img.shields.io/github/workflow/status/open-turo/actions-gha/CI)](https://github.com/open-turo/actions-gha/actions/)\n[![License](https://img.shields.io/github/license/open-turo/actions-gha)](./LICENSE)\n[![Contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg)](https://github.com/dwyl/esta/issues)\n![CI](https://github.com/open-turo/actions-gha/actions/workflows/release.yaml/badge.svg)\n[![semantic-release: angular](https://img.shields.io/badge/semantic--release-angular-e10079?logo=semantic-release)](https://github.com/semantic-release/semantic-release)\n[![Conventional commits](https://img.shields.io/badge/conventional%20commits-1.0.2-%23FE5196?logo=conventionalcommits\u0026logoColor=white)](https://conventionalcommits.org)\n[![Join us!](https://img.shields.io/badge/Turo-Join%20us%21-593CFB.svg)](https://turo.com/jobs)\n\n## Actions\n\n### action: [`lint`](./lint)\n\nLint will run pre-commit linters against the consumer repository, optionally checking out, optionally running `npm ci`, install [actionlint](rhysd/actionlint), run [action-pre-commit](https://github.com/open-turo/action-pre-commit), and lastly optionally run [check-build](./check-build/README.md).\n\nSee usage [here](./lint/README.md#usage).\n\nDocumentation is found [here](./lint/README.md).\n\n### action: [`check-build`](./check-build)\n\nChecks to see if there are any changes in the consumer repository by running `npm run prepare` and determining if differences exist in the generated `dist` directory.\n\nSee usage [here](./check-build/README.md#usage).\n\nDocumentation is found [here](./check-build/README.md).\n\n### action: [`release`](./release)\n\nRelease will optionally checkout the consumer repository and attempt a [Semantic Release](https://semantic-release.gitbook.io/semantic-release/usage/configuration) using the root level configuration file (e.g. `.releaserc.json`) indicating branches and plugins to use to facilitate the release. If a new release is published, a major version will also be released.\n\nSee usage [here](./release/README.md#usage).\n\nDocumentation is found [here](./release/README.md).\n\n### action: [`test`](./test)\n\nOptionally checks out the GitHub consumer repository, and if a `package-lock.json` file is found at the root level directory, runs `npm ci`, `npm test`, and [coveralls](https://github.com/coverallsapp/github-action).\n\nSee usage [here](./test/README.md#usage).\n\nDocumentation is found [here](./test/README.md).\n\n## Get Help\n\nEach Action has a detailed README for how to use it as referenced above. Please review Issues, post new Issues against this repository as needed.\n\n## Contributions\n\nPlease see [here](https://github.com/open-turo/contributions) for guidelines on how to contribute to this project.\n\n\u003c!-- Links: --\u003e\n\n[version-image]: https://img.shields.io/github/package-json/v/open-turo/actions-gha.svg\n[workflows-badge-image]: https://github.com/cycjimmy/semantic-release-action/workflows/Test%20Release/badge.svg\n[release-date-image]: https://img.shields.io/github/release-date/open-turo/actions-gha.svg\n[release-url]: https://github.com/cycjimmy/semantic-release-action/releases\n[semantic-image]: https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg\n[semantic-url]: https://github.com/semantic-release/semantic-release\n[license-image]: https://img.shields.io/npm/l/@cycjimmy/semantic-release-action.svg\n[license-url]: https://github.com/cycjimmy/semantic-release-action/blob/master/LICENSE\n[changelog-url]: https://github.com/cycjimmy/semantic-release-action/blob/master/docs/CHANGELOG.md\n[github-packages-registry]: https://github.com/features/packages\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopen-turo%2Factions-gha","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopen-turo%2Factions-gha","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopen-turo%2Factions-gha/lists"}