Skip to content

Bump the github-actions group across 1 directory with 2 updates #35

Bump the github-actions group across 1 directory with 2 updates

Bump the github-actions group across 1 directory with 2 updates #35

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@a2bbe5b1b236842c1cb7dd11e8e3b51e0a616acc # v1.202.0
- name: Install dependencies
run: |
bundle install --jobs 4 --retry 3
- name: Lint with Rubocop
run: |
bundle exec rubocop --parallel