Skip to content

[OP-18140] Materialise visible id sets for single-embed semi-joins #43288

[OP-18140] Materialise visible id sets for single-embed semi-joins

[OP-18140] Materialise visible id sets for single-embed semi-joins #43288

Workflow file for this run

name: RuboCop
on:
pull_request:
paths-ignore:
- "docs/**"
jobs:
rubocop:
name: RuboCop
runs-on: ubuntu-latest
permissions:
contents: read
checks: write
steps:
- name: Checkout code
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false
- name: Set up Ruby
uses: ruby/setup-ruby@003a5c4d8d6321bd302e38f6f0ec593f77f06600 # v1
- name: Run RuboCop
uses: reviewdog/action-rubocop@b6d5e953a5fc0bf3ab65254e77730ea2174d6d6d # v2
with:
reporter: github-pr-annotations
fail_level: any
rubocop_version: gemfile
rubocop_extensions: >
rubocop-capybara:gemfile
rubocop-factory_bot:gemfile
rubocop-openproject:gemfile
rubocop-performance:gemfile
rubocop-rails:gemfile
rubocop-rspec:gemfile
rubocop-rspec_rails:gemfile
only_changed: true