Skip to content

Bump rubocop-rspec from 3.7.0 to 3.8.0 #163

Bump rubocop-rspec from 3.7.0 to 3.8.0

Bump rubocop-rspec from 3.7.0 to 3.8.0 #163

Workflow file for this run

name: Specs
permissions:
contents: read
on:
- pull_request
jobs:
specs:
name: specs
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
os: [ ubuntu ]
ruby: [ "3.2", "3.3", "3.4" ]
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: ruby/setup-ruby@354a1ad156761f5ee2b7b13fa8e09943a5e8d252 # v1.229.0
with:
ruby-version: ${{ matrix.ruby }}
- run: ./specs.sh
- run: ./quality.sh