Skip to content

Bump version to 0.1.3 #90

Bump version to 0.1.3

Bump version to 0.1.3 #90

Workflow file for this run

name: Checks
on: [push]
jobs:
syntax:
name: Syntax
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2.2
- run: |
gem install bundler
bundle install --jobs 4 --retry 3
- run: bundle exec rubocop