Skip to content

Prepare gem for gitclear. #1

Prepare gem for gitclear.

Prepare gem for gitclear. #1

Workflow file for this run

name: Rubocop
on: [pull_request]
jobs:
Rubocop:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v2
- name: Setup Ruby
uses: ruby/setup-ruby@v1
- run: bundle install
- run: bundle exec rubocop