Skip to content

Bump @typescript-eslint/eslint-plugin from 8.18.1 to 8.18.2 #5343

Bump @typescript-eslint/eslint-plugin from 8.18.1 to 8.18.2

Bump @typescript-eslint/eslint-plugin from 8.18.1 to 8.18.2 #5343

Workflow file for this run

name: Rubocop
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
- name: Install Bundler
run: gem install bundler
- name: Bundle install
run: |
bundle config path vendor/bundle
bundle config set without 'default development test production client'
bundle install --jobs 4 --retry 3
- name: Run Rubocop
run: bundle exec rubocop