Skip to content

Update rubocop requirement from ~> 1.80.2 to >= 1.80.2, < 1.82.0 #1062

Update rubocop requirement from ~> 1.80.2 to >= 1.80.2, < 1.82.0

Update rubocop requirement from ~> 1.80.2 to >= 1.80.2, < 1.82.0 #1062

Workflow file for this run

name: Tests
on:
push:
pull_request:
workflow_dispatch:
schedule: [ cron: "42 0 7 * *" ] # https://crontab.guru/#42_0_7_*_*
workflow_run:
workflows: [ "Update" ]
types: [ completed ]
jobs:
test:
runs-on: ubuntu-latest
strategy: {matrix: {ruby: [ '3.0', 3.1, 3.2, 3.3, 3.4 ]}}
steps:
- uses: step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
with: { egress-policy: audit }
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- uses: ruby/setup-ruby@a4effe49ee8ee5b8b5091268c473a4628afb5651 # v1.245.0
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- run: bin/rake