Skip to content

update github actions #59

update github actions

update github actions #59

Workflow file for this run

on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Set up Ruby 3.3
uses: ruby/[email protected]
with:
ruby-version: 3.3.0
- name: Build and test with Rake
run: |
gem install bundler
bundle install --jobs 4 --retry 3
bundle exec rake