Skip to content

Bump sprockets-rails from 3.4.2 to 3.5.1 #1258

Bump sprockets-rails from 3.4.2 to 3.5.1

Bump sprockets-rails from 3.4.2 to 3.5.1 #1258

Workflow file for this run

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