Skip to content

Merge pull request #33 from ytjmt/fix-documentation-error #62

Merge pull request #33 from ytjmt/fix-documentation-error

Merge pull request #33 from ytjmt/fix-documentation-error #62

Workflow file for this run

name: Lint
on:
push:
branches:
- master
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
name: Rubocop
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
bundler-cache: true # 'bundle install' and cache gems
ruby-version: "2.7"
- name: Run Rubocop
run: bundle exec rubocop