Skip to content

No need to limit what rake we can use #71

No need to limit what rake we can use

No need to limit what rake we can use #71

name: CI build and install gem
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v6
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ruby
- name: Build and install gem
run: gem build *.gemspec && gem install *.gem