Skip to content

Update rubocop 1.65.1 → 1.66.1 (minor) #455

Update rubocop 1.65.1 → 1.66.1 (minor)

Update rubocop 1.65.1 → 1.66.1 (minor) #455

Workflow file for this run

name: Specs
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
spec:
runs-on: ubuntu-latest
name: spec
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.1.2
bundler-cache: true
- name: Run tests
run: |
cp dotenv.example .env
bundle exec rspec --color --format documentation