Skip to content

Bump slim-rails from 3.6.3 to 3.7.0 #1403

Bump slim-rails from 3.6.3 to 3.7.0

Bump slim-rails from 3.6.3 to 3.7.0 #1403

Workflow file for this run

name: RuboCop
on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:
jobs:
rubocop:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- name: Run RuboCop
run: bundle exec rubocop --parallel