Skip to content

rubocop: safe corrections #12

rubocop: safe corrections

rubocop: safe corrections #12

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
types: [opened, synchronize, reopened]
permissions:
checks: write
contents: read
jobs:
lint:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: ['3.2', '3.3', '3.4']
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true
- uses: wearerequired/lint-action@v2
with:
auto_fix: false
rubocop: true
rubocop_auto_fix: false
rubocop_command_prefix: bundle exec