Skip to content

auto(ln): update links #235

auto(ln): update links

auto(ln): update links #235

Workflow file for this run

name: test
on:
push:
branches:
- main
pull_request:
permissions:
contents: read
jobs:
test:
name: test
runs-on: ubuntu-latest
strategy:
matrix:
ruby: [ '3.1.2', '3.1.4', '3.2.2', '3.2.3', '3.3.0', '3.3.1' ]
steps:
- name: checkout
uses: actions/checkout@v5
- uses: ruby/setup-ruby@2a7b30092b0caf9c046252510f9273b4875f3db9 # [email protected]
with:
bundler-cache: true
ruby-version: ${{ matrix.ruby }}
- name: bootstrap
run: script/bootstrap
- name: rspec tests
run: script/test -d -k