Skip to content

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

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

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

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/setup-ruby@v1.197.0
with:
ruby-version: 3.3
bundler-cache: true
- name: Lint Ruby files
run: bundle exec rubocop --parallel