Skip to content

Bump @shopify/eslint-plugin from 47.0.1 to 48.0.2 in /vscode #1275

Bump @shopify/eslint-plugin from 47.0.1 to 48.0.2 in /vscode

Bump @shopify/eslint-plugin from 47.0.1 to 48.0.2 in /vscode #1275

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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Set up Ruby
uses: ruby/setup-ruby@eaecf785f6a34567a6d97f686bbb7bccc1ac1e5c # v1.237.0
with:
bundler-cache: true
- name: Index Top 100 Ruby gems
run: bundle exec rake index:topgems