Skip to content

add test for CLI command aozora2html #98

add test for CLI command aozora2html

add test for CLI command aozora2html #98

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