Skip to content

Bump rubocop-rspec from 2.29.1 to 2.29.2 #1189

Bump rubocop-rspec from 2.29.1 to 2.29.2

Bump rubocop-rspec from 2.29.1 to 2.29.2 #1189

Workflow file for this run

name: CI for all of ioki-ruby
on: [push]
jobs:
linting:
runs-on: ubuntu-22.04
steps:
- name: Pull repository
uses: actions/checkout@v4
- name: Bundle install and cache result
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- name: Run rubocop
run: |
bundle exec rubocop --ignore-unrecognized-cops
backend-services:
runs-on: ubuntu-22.04
steps:
- name: Pull repository
uses: actions/checkout@v4
- name: Bundle install and cache result
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- name: Run rspec
run: |
source .github/ci_workflow.env
bundle exec rspec