Skip to content

Bump activesupport from 8.1.2 to 8.1.2.1 #32

Bump activesupport from 8.1.2 to 8.1.2.1

Bump activesupport from 8.1.2 to 8.1.2.1 #32

Workflow file for this run

name: lint
on: [push, pull_request]
jobs:
RuboCop:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: ruby/setup-ruby@v1
with:
ruby-version: "4.0.2"
bundler-cache: true
- run: bundle exec rubocop