Skip to content

Bump rubocop-rspec from 3.0.1 to 3.0.2 #2866

Bump rubocop-rspec from 3.0.1 to 3.0.2

Bump rubocop-rspec from 3.0.1 to 3.0.2 #2866

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.3.1
bundler-cache: true
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: 21.5.0
- run: npm install
- run: exe/ruby-lint
- run: exe/node-lint
- run: bundle exec rake assets:precompile