Skip to content

Test with ActiveRecord 8.0 #275

Test with ActiveRecord 8.0

Test with ActiveRecord 8.0 #275

Workflow file for this run

---
name: Linting
on:
pull_request:
push:
branches:
- master
workflow_dispatch:
jobs:
standardrb:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: "3.3"
bundler-cache: true
- run: bundle exec rubocop