Skip to content

Merge pull request #81 from kinoppyd/dependabot/github_actions/action… #115

Merge pull request #81 from kinoppyd/dependabot/github_actions/action…

Merge pull request #81 from kinoppyd/dependabot/github_actions/action… #115

Workflow file for this run

name: Ruby
on: [push]
jobs:
build:
runs-on: ubuntu-latest
env:
CI: true
steps:
- uses: actions/checkout@v6
- uses: ruby/setup-ruby@v1
- name: Build and test with Rake
run: |
bundle install --jobs 4 --retry 3
bundle exec rake