Skip to content

Update rubocop-performance requirement from 1.21.1 to 1.22.0 (#520) #316

Update rubocop-performance requirement from 1.21.1 to 1.22.0 (#520)

Update rubocop-performance requirement from 1.21.1 to 1.22.0 (#520) #316

Workflow file for this run

name: Lint
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
overcommit:
timeout-minutes: 10
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.3
bundler-cache: true
- name: Prepare environment
run: |
git config --local user.email "gh-actions@example.com"
git config --local user.name "GitHub Actions"
bundle exec overcommit --sign
- name: Run pre-commit checks
run: bundle exec overcommit --run