Skip to content
This repository was archived by the owner on Mar 25, 2026. It is now read-only.

Bump test-unit from 3.7.4 to 3.7.6 #441

Bump test-unit from 3.7.4 to 3.7.6

Bump test-unit from 3.7.4 to 3.7.6 #441

Workflow file for this run

name: Main
on:
push:
branches: main
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@master
with:
submodules: recursive
- name: Set up Ruby 💎
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
ruby-version: '3.2'
- name: Lint and test
run: |
bundle exec rake stree:check
bundle exec rake test