Skip to content

Fix lost backward compatibility about ProjectQuery#results_scope's re… #16

Fix lost backward compatibility about ProjectQuery#results_scope's re…

Fix lost backward compatibility about ProjectQuery#results_scope's re… #16

Workflow file for this run

name: "Ruby on Rails CI"
on:
push:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install Ruby and gems
uses: ruby/[email protected]
with:
ruby-version: 3.3
bundler-cache: true
- name: Lint Ruby files
run: bundle exec rubocop --parallel