Skip to content

Bump rubocop-rspec from 3.0.3 to 3.0.4 #189

Bump rubocop-rspec from 3.0.3 to 3.0.4

Bump rubocop-rspec from 3.0.3 to 3.0.4 #189

Workflow file for this run

name: CI
on:
pull_request:
push:
branches: [main]
schedule:
- cron: "0 12 * * 2"
workflow_call:
workflow_dispatch:
jobs:
test:
name: Ruby ${{ matrix.ruby }} » ${{matrix.gemfile}}
runs-on: ubuntu-latest
env:
BUNDLE_GEMFILE: ${{ matrix.gemfile }}
strategy:
fail-fast: false
matrix:
gemfile: [Gemfile, gemfiles/minimum_dependencies.gemfile]
ruby: [3.1, 3.2, 3.3]
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
ruby-version: ${{ matrix.ruby }}
- name: RuboCop version
run: bundle info rubocop | head -1
- run: bundle exec rake