Skip to content

build(deps): bump sidekiq from 7.3.2 to 7.3.4 #474

build(deps): bump sidekiq from 7.3.2 to 7.3.4

build(deps): bump sidekiq from 7.3.2 to 7.3.4 #474

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