Skip to content

Preparing for release, 0.3.0. #11

Preparing for release, 0.3.0.

Preparing for release, 0.3.0. #11

Workflow file for this run

name: rubocop
on: [push, pull_request]
jobs:
rubocop:
name: RuboCop
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: "2.6.2"
bundler-cache: true
- name: Run RuboCop
run: bundle exec rubocop