Skip to content

General Updates

General Updates #192

Workflow file for this run

name: test
on:
push:
branches:
- main
pull_request:
permissions:
contents: read
jobs:
rubocop:
name: runner / rspec
runs-on: ubuntu-latest
strategy:
matrix:
ruby: [ '2.7.5', '3.1.2', '3.2.2', '3.3.0' ]
steps:
- name: checkout
uses: actions/checkout@v4
- uses: ruby/setup-ruby@1198b074305f9356bd56dd4b311757cc0dab2f1c # [email protected]
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: bootstrap
run: script/bootstrap
- run: script/test -d -k