Skip to content

Bump version to 0.3.0 #51

Bump version to 0.3.0

Bump version to 0.3.0 #51

Workflow file for this run

name: Rubocop
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: 2.5
bundler-cache: true
- name: Run Rubocop Linter
run: bundle exec rubocop