Skip to content

Add JRuby support and automated gem release workflow #94

Add JRuby support and automated gem release workflow

Add JRuby support and automated gem release workflow #94

Workflow file for this run

name: Mutant
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
env:
BUNDLE_WITHOUT: "development"
jobs:
mutant:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: ruby/setup-ruby@v1
with:
ruby-version: ruby-3.4
bundler-cache: true
- name: bundle exec mutant run
run: bundle exec mutant run