Skip to content

Fix lint in gemspec #64

Fix lint in gemspec

Fix lint in gemspec #64

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
name: Lint - Ruby 2.6
steps:
- uses: actions/checkout@v3
- name: Set up Ruby 2.6
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.6
bundler-cache: true # 'bundle install' and cache
- name: Run Rubocop
run: bundle exec rubocop