Skip to content

Remove Ruby 2.7 guards #61

Remove Ruby 2.7 guards

Remove Ruby 2.7 guards #61

Workflow file for this run

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