Skip to content

bump version before rubygem publush #530

bump version before rubygem publush

bump version before rubygem publush #530

Workflow file for this run

name: test-hook
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Setup Ruby
uses: actions/setup-ruby@v1
with:
ruby-version: 2.7.x
- name: Build and run tests
run: |
gem install bundler
bundle install
rspec spec/