Skip to content

activerecord: Add types for create_with to singleton that inherited activerecord base #21

activerecord: Add types for create_with to singleton that inherited activerecord base

activerecord: Add types for create_with to singleton that inherited activerecord base #21

Workflow file for this run

name: RuboCop
on:
push:
branches:
- main
pull_request: {}
jobs:
rubocop:
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.3'
bundler-cache: true
- name: 'Install dependencies'
run: 'bundle install'
- name: 'Run RuboCop'
run: 'bundle exec rubocop --format github'