Skip to content

rename gem to activerecord_batch_update (#10) #31

rename gem to activerecord_batch_update (#10)

rename gem to activerecord_batch_update (#10) #31

Workflow file for this run

name: tests
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Ruby and Bundler
uses: ruby/[email protected]
with:
ruby-version: 3.3.4
bundler-cache: true
- name: Setup pre-commit and run linters
uses: pre-commit/[email protected]
- name: Run tests
run: bin/rspec