Skip to content

Update rubocop-rspec requirement from ~> 3.3.0 to ~> 3.4.0 (#9) #21

Update rubocop-rspec requirement from ~> 3.3.0 to ~> 3.4.0 (#9)

Update rubocop-rspec requirement from ~> 3.3.0 to ~> 3.4.0 (#9) #21

Workflow file for this run

---
name: CI
on: # yamllint disable-line rule:truthy
push:
branches: ["main"]
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: ['3.3']
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true
- name: Run tests
run: bundle exec rake spec