{"id":18728597,"url":"https://github.com/rubyonworld/pronto-ruby","last_synced_at":"2025-11-12T04:30:22.819Z","repository":{"id":61969576,"uuid":"542159416","full_name":"RubyOnWorld/pronto-ruby","owner":"RubyOnWorld","description":"Your all-in-one ruby Pronto runner.","archived":false,"fork":false,"pushed_at":"2023-03-07T11:08:23.000Z","size":1571,"stargazers_count":0,"open_issues_count":10,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-15T01:04:08.032Z","etag":null,"topics":["pronto","ruby","runner"],"latest_commit_sha":null,"homepage":"","language":"Ruby","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/RubyOnWorld.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-09-27T15:32:10.000Z","updated_at":"2022-09-28T01:28:36.000Z","dependencies_parsed_at":"2023-02-01T02:30:30.481Z","dependency_job_id":null,"html_url":"https://github.com/RubyOnWorld/pronto-ruby","commit_stats":{"total_commits":110,"total_committers":9,"mean_commits":"12.222222222222221","dds":"0.34545454545454546","last_synced_commit":"0760fa95aa0996dcd0490a59c884eb5da03d55cf"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RubyOnWorld%2Fpronto-ruby","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RubyOnWorld%2Fpronto-ruby/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RubyOnWorld%2Fpronto-ruby/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RubyOnWorld%2Fpronto-ruby/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RubyOnWorld","download_url":"https://codeload.github.com/RubyOnWorld/pronto-ruby/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239599040,"owners_count":19665911,"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":["pronto","ruby","runner"],"created_at":"2024-11-07T14:22:08.476Z","updated_at":"2025-11-12T04:30:22.757Z","avatar_url":"https://github.com/RubyOnWorld.png","language":"Ruby","readme":"Your all-in-one ruby Pronto runner.\n\nThis [GitHub Action](https://github.com/features/actions) runs [Pronto](https://github.com/prontolabs/pronto) [runners](https://github.com/prontolabs/pronto#runners) on your Ruby project diffs and reports back with a [GitHub Check Run](https://developer.github.com/apps/quickstart-guides/creating-ci-tests-with-the-checks-api/).\n\n![check runs](static/checkrun.png)\n\n![annotations](static/annotations.png)\n\n# Runners\n\nThe docker image of this Action includes the following [Pronto Runners](https://github.com/prontolabs/pronto#runners):\n\n- brakeman\n- bundler_audit\n- eslint_npm\n- fasterer\n- flay\n- ~~poper~~ (removed—no support for pronto 0.11)\n- rails_best_practices\n- rails_schema\n- ~~rails_data_schema~~ (removed—no support for pronto 0.11)\n- reek\n- rubocop\n- scss\n- yamllint\n- stylelint\n\n# Inputs\n\n| name | description | default |\n| --- | --- | --- |\n| `runners` | Space-separated list of pronto runners to run. Must be the preinstalled runners from the list above. | `rubocop` |\n| `target` | The git target pronto will diff against (`-c`) | `origin/master` |\n\n# Secrets\n\nA GitHub token is available by default when using actions, but you must include it in the `env` map for this Action to use when creating a check run.\n\nBe sure to include the ENV variable in your job step:\n\n```yaml\n    - uses: adwerx/pronto-ruby\n      env:\n        GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}\n```\n\nThat's it!\n\n# Configuration\n\nPronto can be configured via the `.pronto.yml` configuration file in your repo.\n\n# Example\n\nWith the defaults (only rubocop):\n\n```yaml\nname: Pronto\n\non:\n  - push\n  - pull_request\n\njobs:\n  run:\n    runs-on: ubuntu-latest\n    steps:\n      - uses: actions/checkout@v2\n      - run: git fetch origin master --depth=1\n      - uses: adwerx/pronto-ruby@v4.0\n        env:\n          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}\n```\n\nWith specific runners:\n\n```yaml\nname: Pronto\n# ...\n      with:\n        runners: \u003e-\n          rubocop rails_schema yamllint\n```\n\nWith `eslint_npm` runner using locally installed eslint:\n\n```yaml\nname: Pronto\n# ...\n    steps:\n      - uses: actions/checkout@v2\n        with:\n          fetch-depth: 0\n      - run: git fetch origin master --depth=1\n      - uses: actions/setup-node@v1\n      - run: yarn install --ignore-optional --ignore-scripts --frozen-lockfile --non-interactive\n      - uses: adwerx/pronto-ruby@v2.8\n        with:\n          runners: eslint_npm # ...\n        env:\n          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}\n```\n\n### Development / Contributions\n\nSee [CONTRIBUTING.md](./CONTRIBUTING.md)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frubyonworld%2Fpronto-ruby","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frubyonworld%2Fpronto-ruby","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frubyonworld%2Fpronto-ruby/lists"}