Skip to content
This repository was archived by the owner on Oct 17, 2025. It is now read-only.

Bump ruby/setup-ruby from 1.254.0 to 1.257.0 in the github-actions group #68

Bump ruby/setup-ruby from 1.254.0 to 1.257.0 in the github-actions group

Bump ruby/setup-ruby from 1.254.0 to 1.257.0 in the github-actions group #68

Workflow file for this run

name: Lint (Rubocop)
on: [pull_request, workflow_dispatch]
permissions:
contents: read
jobs:
rubocop:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Setup Ruby
uses: ruby/setup-ruby@44511735964dcb71245e7e55f72539531f7bc0eb # v1.257.0
- name: Install dependencies
run: |
bundle install --jobs 4 --retry 3
- name: Lint with Rubocop
run: |
bundle exec rubocop --parallel