Skip to content

Use case equality (threequals) instead of match? to satisfy RBS 3.5 #117

Use case equality (threequals) instead of match? to satisfy RBS 3.5

Use case equality (threequals) instead of match? to satisfy RBS 3.5 #117

Workflow file for this run

name: mutation tests
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: "3.1"
bundler-cache: true
- run: bundle exec rake mutant