Skip to content

[all][update.rb] feat: additional Update options #1198

[all][update.rb] feat: additional Update options

[all][update.rb] feat: additional Update options #1198

Workflow file for this run

name: Rubocop
on:
push:
branches:
- master
- staging
paths:
- "**/*.lic"
- "**/*.rb"
- "lich.rbw"
pull_request:
paths:
- "**/*.lic"
- "**/*.rb"
- "lich.rbw"
jobs:
rubocop:
runs-on: ubuntu-latest
strategy:
matrix:
ruby: ['3.4']
name: Run Rubocop on Ruby ${{ matrix.ruby }}
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: Install ruby gem dependencies with bundler
run: |
gem install bundler
bundle config path vendor/bundle
bundle install --jobs 4 --retry 3
- run: bundle install
- name: Rubocop
run: |
bundle exec rubocop