Skip to content

Bump rubocop-sequel from 0.3.5 to 0.3.6 in the minor-updates group #196

Bump rubocop-sequel from 0.3.5 to 0.3.6 in the minor-updates group

Bump rubocop-sequel from 0.3.5 to 0.3.6 in the minor-updates group #196

Workflow file for this run

name: reviewdog
on: [pull_request]
permissions:
contents: read
pull-requests: write
jobs:
rubocop:
name: runner / rubocop
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- name: rubocop
uses: reviewdog/action-rubocop@v2
with:
rubocop_version: gemfile
rubocop_extensions: rubocop-performance:gemfile rubocop-sequel:gemfile