Skip to content

Add Sidekiq/PerformInline #277

Add Sidekiq/PerformInline

Add Sidekiq/PerformInline #277

Workflow file for this run

name: Build
on:
pull_request:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
bundler-cache: true
- name: Default task, RSpec and Rubocop
run: bundle exec rake