Skip to content

簡単に書けるところはuntypedから具体的な型にする。 #29

簡単に書けるところはuntypedから具体的な型にする。

簡単に書けるところはuntypedから具体的な型にする。 #29

Workflow file for this run

on: pull_request
name: rubocop
jobs:
rubocop:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
with:
ref: ${{ github.head_ref }}
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2
bundler-cache: true
- run: bundle exec rubocop