Skip to content

Add tests

Add tests #25

Workflow file for this run

name: Rubocop
on: [push]
jobs:
rubocop:
runs-on: [ubuntu-latest]
strategy:
matrix:
ruby: ['2.7', '3.0']
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: Ruby rubocop
run: bundle exec rubocop