Skip to content
This repository has been archived by the owner on Mar 13, 2024. It is now read-only.

Bump 0.2.0

Bump 0.2.0 #14

Workflow file for this run

name: Lint Ruby
on:
push:
branches:
- master
pull_request:
jobs:
rubocop:
runs-on: ubuntu-latest
env:
BUNDLE_GEMFILE: gemfiles/rubocop.gemfile
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.1
bundler-cache: true
- name: Lint Ruby code with RuboCop
run: |
bundle exec rubocop