Skip to content

build(deps): bump activesupport from 7.2.1 to 7.2.1.1 #472

build(deps): bump activesupport from 7.2.1 to 7.2.1.1

build(deps): bump activesupport from 7.2.1 to 7.2.1.1 #472

Workflow file for this run

name: build
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
rspec:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.3.2'
bundler-cache: true
- name: Install dependencies
run: bundle install
- name: Build and test
run: bundle exec rspec
rubocop:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.3.2'
bundler-cache: true
- name: Run rubocop
run: bundle exec rubocop