Skip to content

chore(deps-dev): bump activerecord from 7.1.1 to 7.1.2 #53

chore(deps-dev): bump activerecord from 7.1.1 to 7.1.2

chore(deps-dev): bump activerecord from 7.1.1 to 7.1.2 #53

Workflow file for this run

---
name: Linters
on:
push:
branches:
- main
pull_request:
types:
- opened
- synchronize
- reopened
jobs:
test:
strategy:
matrix:
ruby: ['3.0']
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- run: bin/rubocop