Skip to content

Change default partial_only to true, fix dependency loading issue #4

Change default partial_only to true, fix dependency loading issue

Change default partial_only to true, fix dependency loading issue #4

Workflow file for this run

name: Linting
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.0
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- name: Rubocop
run: bundle exec rubocop