Skip to content

activemodel: ActiveModel::Errors#add accepts String and Proc for type #22

activemodel: ActiveModel::Errors#add accepts String and Proc for type

activemodel: ActiveModel::Errors#add accepts String and Proc for type #22

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'