Skip to content

Update version to 0.1.2. #13

Update version to 0.1.2.

Update version to 0.1.2. #13

Workflow file for this run

name: Ruby
on: [push,pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.1.2
bundler-cache: true
- name: Rubocop
run: bin/rubocop
- name: RSpec
run: bin/rspec