Skip to content

Support per-request :environment configuration #26

Support per-request :environment configuration

Support per-request :environment configuration #26

Workflow file for this run

name: Lint
on: [push]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '2.7'
- name: Install dependencies
run: bundle install
- name: Run RuboCop
run: bundle exec rubocop