Skip to content

build(deps): bump activesupport from 7.2.1.1 to 7.2.1.2 #108

build(deps): bump activesupport from 7.2.1.1 to 7.2.1.2

build(deps): bump activesupport from 7.2.1.1 to 7.2.1.2 #108

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- name: Lint Ruby files
run: bundle exec rake rubocop
- name: Run test suite
run: bundle exec rake test