Skip to content

Merge pull request #100 from ruby/dependabot/bundler/thor-1.4.0 #221

Merge pull request #100 from ruby/dependabot/bundler/thor-1.4.0

Merge pull request #100 from ruby/dependabot/bundler/thor-1.4.0 #221

Workflow file for this run

name: test
on:
push:
branches:
- master
jobs:
build:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.4
bundler-cache: true
- name: Run test
run: bundle exec rake test