Skip to content

build(deps): bump activesupport from 7.2.2 to 8.0.0 #485

build(deps): bump activesupport from 7.2.2 to 8.0.0

build(deps): bump activesupport from 7.2.2 to 8.0.0 #485

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