Skip to content

Bump rubocop from 1.53.1 to 1.55.0 #179

Bump rubocop from 1.53.1 to 1.55.0

Bump rubocop from 1.53.1 to 1.55.0 #179

Workflow file for this run

name: Specs
on:
push:
branches:
- master
pull_request:
branches:
- master
workflow_dispatch:
jobs:
linters:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.1.2
bundler-cache: true
- run: bundle exec rubocop
spec:
needs: linters
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.1.2
bundler-cache: true
- run: bundle exec rspec --format documentation