Skip to content

Remove class attributes of use_jisx0213 and use_unicode #93

Remove class attributes of use_jisx0213 and use_unicode

Remove class attributes of use_jisx0213 and use_unicode #93

Workflow file for this run

name: rubocop
on: [pull_request]
jobs:
rubocop:
name: runner / rubocop
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v2
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.0.3
bundler-cache: true
- name: Run rubocop
run: |
gem install bundler --no-document
bundle install --retry 3
bundle exec rubocop -P