{"id":11903754,"name":"standardrb/standard-ruby-action","ecosystem":"actions","description":"Lint and auto-fix your Ruby code with Standard Ruby.","homepage":"","licenses":"mit","normalized_licenses":["MIT"],"repository_url":"https://github.com/standardrb/standard-ruby-action","keywords_array":["autofixer","github-action","linter","standardrb"],"namespace":"standardrb","versions_count":16,"first_release_published_at":"2019-11-07T04:31:51.000Z","latest_release_published_at":"2025-07-05T15:40:15.000Z","latest_release_number":"v1.5.0","last_synced_at":"2026-05-16T07:45:36.705Z","created_at":"2025-07-12T09:32:25.532Z","updated_at":"2026-05-16T07:45:36.705Z","registry_url":"https://github.com/standardrb/standard-ruby-action","install_command":null,"documentation_url":null,"metadata":{"name":"Standard Ruby","description":"Lint and auto-fix your Ruby code with Standard Ruby.","author":"Justin Searls \u003csearls@gmail.com\u003e","inputs":{"ruby-version":{"description":"The Ruby version specifier to pass to ruby/setup-ruby","required":false,"default":"ruby"},"autofix":{"description":"Whether autofixes should be committed back to the branch","required":false,"default":"true"},"workdir":{"description":"The working directory from which to run this action's commands. Default '.'","default":"."}},"runs":{"using":"composite","steps":[{"name":"Checkout code","uses":"actions/checkout@v4"},{"name":"Check for .ruby-version file","id":"use_ruby_version_or_default","shell":"bash","working-directory":"${{ inputs.workdir }}","run":"if [ -f .ruby-version ]; then\n  echo \"Using Ruby version from .ruby-version file\"\n  RUBY_VERSION=$(cat .ruby-version)\n  echo \"ruby-version=$RUBY_VERSION\" \u003e\u003e $GITHUB_ENV\nelse\n  echo \"No .ruby-version file found, using default\"\nfi\n"},{"name":"Set up Ruby","uses":"ruby/setup-ruby@v1","with":{"ruby-version":"${{ env.ruby-version || inputs.ruby-version }}","bundler-cache":true,"working-directory":"${{ inputs.workdir }}"}},{"name":"Run Standard Ruby with autofix","id":"standardrb","shell":"bash","working-directory":"${{ inputs.workdir }}","run":"bundle exec standardrb ${{ inputs.autofix == 'true' \u0026\u0026 '--fix' || '' }} --format github --format \"Standard::Formatter\"","continue-on-error":true},{"name":"Check for modified files","id":"check_changes","shell":"bash","working-directory":"${{ inputs.workdir }}","run":"if [ -n \"$(git diff --name-only --diff-filter=M)\" ]; then\n  echo \"standardrb_autofixes_found=true\" \u003e\u003e $GITHUB_ENV\nelse\n  echo \"standardrb_autofixes_found=false\" \u003e\u003e $GITHUB_ENV\nfi\n"},{"name":"Commit autofixes","shell":"bash","if":"env.standardrb_autofixes_found == 'true'","run":"echo \"::group::Committing Standard Fixes\"\ngit config --global user.name 'standard-ruby-action[bot]'\ngit config --global user.email 'standard-ruby-action[bot]@users.noreply.github.com'\n# Add any files that were changed by Standard Ruby\ngit diff --name-only --diff-filter=M | xargs git add\ngit commit -m \"Apply Standard Ruby autofixes\" || echo \"No changes to commit\"\ngit push\necho \"::endgroup::\"\n"},{"name":"Fail the build if Standard Ruby failed","shell":"bash","if":"${{ steps.standardrb.outcome == 'failure' }}","run":"echo \"::error::Standard Ruby found issues in your code.\"\nexit 1\n"}]},"branding":{"icon":"code","color":"yellow"},"default_branch":"main","path":null},"repo_metadata":{"id":49816233,"uuid":"495496540","full_name":"standardrb/standard-ruby-action","owner":"standardrb","description":"A GitHub Action to run Standard Ruby against your code.","archived":false,"fork":false,"pushed_at":"2025-09-29T13:32:45.000Z","size":515,"stargazers_count":17,"open_issues_count":5,"forks_count":15,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-10-07T02:48:23.398Z","etag":null,"topics":["autofixer","github-action","linter","standardrb"],"latest_commit_sha":null,"homepage":"","language":null,"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/standardrb.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-05-23T16:49:57.000Z","updated_at":"2025-10-06T09:14:33.000Z","dependencies_parsed_at":"2024-04-29T16:59:40.097Z","dependency_job_id":"c53c1af7-9ee9-4ece-9ed1-eff1d32b28cf","html_url":"https://github.com/standardrb/standard-ruby-action","commit_stats":null,"previous_names":["standardrb/standard-ruby-action"],"tags_count":16,"template":false,"template_full_name":null,"purl":"pkg:github/standardrb/standard-ruby-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/standardrb%2Fstandard-ruby-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/standardrb%2Fstandard-ruby-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/standardrb%2Fstandard-ruby-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/standardrb%2Fstandard-ruby-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/standardrb","download_url":"https://codeload.github.com/standardrb/standard-ruby-action/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/standardrb%2Fstandard-ruby-action/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278813974,"owners_count":26050670,"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-07T02:00:06.786Z","response_time":59,"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"},"owner_record":{"login":"standardrb","name":"Standard Ruby","uuid":"130491999","kind":"organization","description":"Home of the `standard` gem and the Standard Ruby family of brands. Brought to you by Test Double","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/130491999?v=4","repositories_count":9,"last_synced_at":"2025-03-21T10:48:56.786Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/standardrb","funding_links":[],"total_stars":2914,"followers":28,"following":0,"created_at":"2023-04-15T15:28:40.043Z","updated_at":"2025-03-21T10:48:56.787Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/standardrb","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/standardrb/repositories"},"tags":[{"name":"v1.5.0","sha":"eecb3f730879f5b8830705348c2961e5aa26de78","kind":"tag","published_at":"2025-07-05T15:40:15.000Z","download_url":"https://codeload.github.com/standardrb/standard-ruby-action/tar.gz/v1.5.0","html_url":"https://github.com/standardrb/standard-ruby-action/releases/tag/v1.5.0","dependencies_parsed_at":"2025-07-14T05:26:33.038Z","dependency_job_id":null,"purl":"pkg:github/standardrb/standard-ruby-action@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/standardrb%2Fstandard-ruby-action/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/standardrb%2Fstandard-ruby-action/tags/v1.5.0/manifests"},{"name":"v1.4.1","sha":"8806ded5d5ba8e5205de222b4fc5088740359483","kind":"tag","published_at":"2025-07-04T16:24:51.000Z","download_url":"https://codeload.github.com/standardrb/standard-ruby-action/tar.gz/v1.4.1","html_url":"https://github.com/standardrb/standard-ruby-action/releases/tag/v1.4.1","dependencies_parsed_at":"2025-07-14T05:26:33.040Z","dependency_job_id":null,"purl":"pkg:github/standardrb/standard-ruby-action@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/standardrb%2Fstandard-ruby-action/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/standardrb%2Fstandard-ruby-action/tags/v1.4.1/manifests"},{"name":"v1.4.0","sha":"44aa4aecb87194c543e768b2329be931a55937be","kind":"commit","published_at":"2024-09-23T14:20:02.000Z","download_url":"https://codeload.github.com/standardrb/standard-ruby-action/tar.gz/v1.4.0","html_url":"https://github.com/standardrb/standard-ruby-action/releases/tag/v1.4.0","dependencies_parsed_at":"2025-07-14T05:26:33.218Z","dependency_job_id":null,"purl":"pkg:github/standardrb/standard-ruby-action@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/standardrb%2Fstandard-ruby-action/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/standardrb%2Fstandard-ruby-action/tags/v1.4.0/manifests"},{"name":"v1.3.0","sha":"d61e15bc2c4af4f3a382ba8c6729db5efd4eeef8","kind":"commit","published_at":"2024-09-14T15:04:45.000Z","download_url":"https://codeload.github.com/standardrb/standard-ruby-action/tar.gz/v1.3.0","html_url":"https://github.com/standardrb/standard-ruby-action/releases/tag/v1.3.0","dependencies_parsed_at":"2025-07-14T05:26:32.076Z","dependency_job_id":null,"purl":"pkg:github/standardrb/standard-ruby-action@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/standardrb%2Fstandard-ruby-action/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/standardrb%2Fstandard-ruby-action/tags/v1.3.0/manifests"},{"name":"v1.2.0","sha":"b8c2923f71be9de1696f062181ffb028a5488e0f","kind":"commit","published_at":"2024-07-13T12:26:45.000Z","download_url":"https://codeload.github.com/standardrb/standard-ruby-action/tar.gz/v1.2.0","html_url":"https://github.com/standardrb/standard-ruby-action/releases/tag/v1.2.0","dependencies_parsed_at":"2025-07-14T05:26:31.932Z","dependency_job_id":null,"purl":"pkg:github/standardrb/standard-ruby-action@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/standardrb%2Fstandard-ruby-action/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/standardrb%2Fstandard-ruby-action/tags/v1.2.0/manifests"},{"name":"1.2.0","sha":"b8c2923f71be9de1696f062181ffb028a5488e0f","kind":"commit","published_at":"2024-07-13T12:26:45.000Z","download_url":"https://codeload.github.com/standardrb/standard-ruby-action/tar.gz/1.2.0","html_url":"https://github.com/standardrb/standard-ruby-action/releases/tag/1.2.0","dependencies_parsed_at":"2025-07-14T05:26:31.951Z","dependency_job_id":null,"purl":"pkg:github/standardrb/standard-ruby-action@1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/standardrb%2Fstandard-ruby-action/tags/1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/standardrb%2Fstandard-ruby-action/tags/1.2.0/manifests"},{"name":"1.1.0","sha":"bdd742e48c74b7ffa336e85c1651534d391e9e6b","kind":"commit","published_at":"2024-07-09T17:46:08.000Z","download_url":"https://codeload.github.com/standardrb/standard-ruby-action/tar.gz/1.1.0","html_url":"https://github.com/standardrb/standard-ruby-action/releases/tag/1.1.0","dependencies_parsed_at":"2025-07-14T05:26:31.929Z","dependency_job_id":null,"purl":"pkg:github/standardrb/standard-ruby-action@1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/standardrb%2Fstandard-ruby-action/tags/1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/standardrb%2Fstandard-ruby-action/tags/1.1.0/manifests"},{"name":"v1.1.0","sha":"bdd742e48c74b7ffa336e85c1651534d391e9e6b","kind":"commit","published_at":"2024-07-09T17:46:08.000Z","download_url":"https://codeload.github.com/standardrb/standard-ruby-action/tar.gz/v1.1.0","html_url":"https://github.com/standardrb/standard-ruby-action/releases/tag/v1.1.0","dependencies_parsed_at":"2025-07-14T05:26:31.953Z","dependency_job_id":null,"purl":"pkg:github/standardrb/standard-ruby-action@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/standardrb%2Fstandard-ruby-action/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/standardrb%2Fstandard-ruby-action/tags/v1.1.0/manifests"},{"name":"v1.0.1","sha":"9a29838769ad16ba56ddea4dfb4bb95b9f7e9caf","kind":"commit","published_at":"2024-06-17T20:07:23.000Z","download_url":"https://codeload.github.com/standardrb/standard-ruby-action/tar.gz/v1.0.1","html_url":"https://github.com/standardrb/standard-ruby-action/releases/tag/v1.0.1","dependencies_parsed_at":"2025-07-14T05:26:31.890Z","dependency_job_id":null,"purl":"pkg:github/standardrb/standard-ruby-action@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/standardrb%2Fstandard-ruby-action/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/standardrb%2Fstandard-ruby-action/tags/v1.0.1/manifests"},{"name":"v1.0.0","sha":"701d626f77e141c18a4f4496fbe89ec36270c15a","kind":"commit","published_at":"2024-06-17T18:59:46.000Z","download_url":"https://codeload.github.com/standardrb/standard-ruby-action/tar.gz/v1.0.0","html_url":"https://github.com/standardrb/standard-ruby-action/releases/tag/v1.0.0","dependencies_parsed_at":"2025-07-14T05:26:31.918Z","dependency_job_id":null,"purl":"pkg:github/standardrb/standard-ruby-action@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/standardrb%2Fstandard-ruby-action/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/standardrb%2Fstandard-ruby-action/tags/v1.0.0/manifests"},{"name":"0.0.5","sha":"cd7e993ef373b93009e53789895e39c15969fb03","kind":"commit","published_at":"2023-09-13T17:58:46.000Z","download_url":"https://codeload.github.com/standardrb/standard-ruby-action/tar.gz/0.0.5","html_url":"https://github.com/standardrb/standard-ruby-action/releases/tag/0.0.5","dependencies_parsed_at":"2025-07-14T05:26:52.066Z","dependency_job_id":null,"purl":"pkg:github/standardrb/standard-ruby-action@0.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/standardrb%2Fstandard-ruby-action/tags/0.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/standardrb%2Fstandard-ruby-action/tags/0.0.5/manifests"},{"name":"v0.0.5","sha":"cd7e993ef373b93009e53789895e39c15969fb03","kind":"commit","published_at":"2023-09-13T17:58:46.000Z","download_url":"https://codeload.github.com/standardrb/standard-ruby-action/tar.gz/v0.0.5","html_url":"https://github.com/standardrb/standard-ruby-action/releases/tag/v0.0.5","dependencies_parsed_at":"2025-07-14T05:26:52.076Z","dependency_job_id":null,"purl":"pkg:github/standardrb/standard-ruby-action@v0.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/standardrb%2Fstandard-ruby-action/tags/v0.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/standardrb%2Fstandard-ruby-action/tags/v0.0.5/manifests"},{"name":"0.0.4","sha":"7f9b7cbfc55eedbc32eaffba09582d5eb3ebb32f","kind":"commit","published_at":"2022-05-18T14:53:12.000Z","download_url":"https://codeload.github.com/standardrb/standard-ruby-action/tar.gz/0.0.4","html_url":"https://github.com/standardrb/standard-ruby-action/releases/tag/0.0.4","dependencies_parsed_at":"2025-07-14T05:26:52.079Z","dependency_job_id":null,"purl":"pkg:github/standardrb/standard-ruby-action@0.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/standardrb%2Fstandard-ruby-action/tags/0.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/standardrb%2Fstandard-ruby-action/tags/0.0.4/manifests"},{"name":"v0.0.4","sha":"7f9b7cbfc55eedbc32eaffba09582d5eb3ebb32f","kind":"commit","published_at":"2022-05-18T14:53:12.000Z","download_url":"https://codeload.github.com/standardrb/standard-ruby-action/tar.gz/v0.0.4","html_url":"https://github.com/standardrb/standard-ruby-action/releases/tag/v0.0.4","dependencies_parsed_at":"2025-07-14T05:26:52.070Z","dependency_job_id":null,"purl":"pkg:github/standardrb/standard-ruby-action@v0.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/standardrb%2Fstandard-ruby-action/tags/v0.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/standardrb%2Fstandard-ruby-action/tags/v0.0.4/manifests"},{"name":"v0.0.2","sha":"01380c78744838ecef4f9b63a2732f889ef4d2d5","kind":"commit","published_at":"2019-11-07T20:16:04.000Z","download_url":"https://codeload.github.com/standardrb/standard-ruby-action/tar.gz/v0.0.2","html_url":"https://github.com/standardrb/standard-ruby-action/releases/tag/v0.0.2","dependencies_parsed_at":"2025-07-14T05:26:37.107Z","dependency_job_id":null,"purl":"pkg:github/standardrb/standard-ruby-action@v0.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/standardrb%2Fstandard-ruby-action/tags/v0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/standardrb%2Fstandard-ruby-action/tags/v0.0.2/manifests"},{"name":"v0.0.1","sha":"2886504fe3157c047dce3a64dadc74ef619a5a3d","kind":"commit","published_at":"2019-11-07T04:31:51.000Z","download_url":"https://codeload.github.com/standardrb/standard-ruby-action/tar.gz/v0.0.1","html_url":"https://github.com/standardrb/standard-ruby-action/releases/tag/v0.0.1","dependencies_parsed_at":"2025-07-14T05:26:37.134Z","dependency_job_id":null,"purl":"pkg:github/standardrb/standard-ruby-action@v0.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/standardrb%2Fstandard-ruby-action/tags/v0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/standardrb%2Fstandard-ruby-action/tags/v0.0.1/manifests"}]},"repo_metadata_updated_at":"2025-10-07T17:34:50.791Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":31.46025300640325,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":15.730126503201625},"purl":"pkg:githubactions/standardrb/standard-ruby-action","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/actions/standardrb/standard-ruby-action","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/actions/standardrb/standard-ruby-action","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/actions/standardrb/standard-ruby-action/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-09-09T11:31:05.529Z","issues_count":14,"pull_requests_count":57,"avg_time_to_close_issue":14131662.181818182,"avg_time_to_close_pull_request":2749333.934782609,"issues_closed_count":11,"pull_requests_closed_count":46,"pull_request_authors_count":12,"issue_authors_count":11,"avg_comments_per_issue":1.8571428571428572,"avg_comments_per_pull_request":0.8771929824561403,"merged_pull_requests_count":41,"bot_issues_count":0,"bot_pull_requests_count":19,"past_year_issues_count":6,"past_year_pull_requests_count":40,"past_year_avg_time_to_close_issue":625236.75,"past_year_avg_time_to_close_pull_request":310890.1379310345,"past_year_issues_closed_count":4,"past_year_pull_requests_closed_count":29,"past_year_pull_request_authors_count":5,"past_year_issue_authors_count":4,"past_year_avg_comments_per_issue":1.3333333333333333,"past_year_avg_comments_per_pull_request":0.325,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":19,"past_year_merged_pull_requests_count":29,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/standardrb%2Fstandard-ruby-action/issues","maintainers":[],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/standardrb%2Fstandard-ruby-action/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/standardrb%2Fstandard-ruby-action/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/standardrb%2Fstandard-ruby-action/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/standardrb%2Fstandard-ruby-action/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/standardrb%2Fstandard-ruby-action/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/standardrb%2Fstandard-ruby-action/codemeta","maintainers":[]}