Skip to content
This repository has been archived by the owner on Aug 27, 2024. It is now read-only.

Merge pull request #6 from thelookoutway/housekeeping-13443 #11

Merge pull request #6 from thelookoutway/housekeeping-13443

Merge pull request #6 from thelookoutway/housekeeping-13443 #11

Workflow file for this run

---
name: Tests
on: [push]
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
ruby-version: ['3.1', '3.2', '3.3']
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
ruby-version: ${{ matrix.ruby-version }}
- name: RSpec
run: bundle exec rspec