Skip to content

Add Sidekiq/PerformInline (#82) #278

Add Sidekiq/PerformInline (#82)

Add Sidekiq/PerformInline (#82) #278

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