Skip to content

Merge pull request #4034 from Shopify/vs_upgrade_to_rubydex_beta11 #1823

Merge pull request #4034 from Shopify/vs_upgrade_to_rubydex_beta11

Merge pull request #4034 from Shopify/vs_upgrade_to_rubydex_beta11 #1823

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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Set up Ruby
uses: ruby/setup-ruby@3ff19f5e2baf30647122352b96108b1fbe250c64 # v1.299.0
with:
bundler-cache: true
- name: Index Top 100 Ruby gems
run: bundle exec rake index:topgems