Skip to content

update the bulkrax factory to support flexible metadata while maintaining non-flexi support #2175

update the bulkrax factory to support flexible metadata while maintaining non-flexi support

update the bulkrax factory to support flexible metadata while maintaining non-flexi support #2175

Workflow file for this run

name: Lint
on:
pull_request:
branches:
- '**'
push:
branches:
- main
jobs:
rubocop:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Cache
uses: actions/cache@v4.2.0
with:
path: vendor/bundle
key: 3.2
- name: Setup Ruby
uses: ruby/setup-ruby@v1.204.0
with:
ruby-version: 3.2
- name: Install dependencies
run: |
bundle config path vendor/bundle
bundle install --without default development test
- name: Run Rubocop
run: bin/rubocop -P