Skip to content

Improve documentation of Chruby and VersionManager #1720

Improve documentation of Chruby and VersionManager

Improve documentation of Chruby and VersionManager #1720

Workflow file for this run

name: CI (indexing)
on:
push:
paths:
- 'Gemfile.lock'
- 'lib/ruby_indexer/**'
pull_request:
paths:
- 'Gemfile.lock'
- 'lib/ruby_indexer/**'
jobs:
indexing_sanity_check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
- name: Set up Ruby
uses: ruby/setup-ruby@80740b3b13bf9857e28854481ca95a84e78a2bdf # v1.284.0
with:
bundler-cache: true
- name: Index Top 100 Ruby gems
run: bundle exec rake index:topgems