Skip to content

Bump the github-actions group with 2 updates #24

Bump the github-actions group with 2 updates

Bump the github-actions group with 2 updates #24

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@v4
- name: Setup Ruby
uses: ruby/setup-ruby@a6b46b8a08edb18935835849f2a17072d5cc8c73 # v1.192.0
- name: Install dependencies
run: |
bundle install --jobs 4 --retry 3
- name: Lint with Rubocop
run: |
bundle exec rubocop --parallel