Skip to content

Rack middleware support #380

Rack middleware support

Rack middleware support #380

Workflow file for this run

name: PR Rubocop
on:
pull_request:
workflow_dispatch:
jobs:
run_rubocop:
runs-on: ubuntu-22.04
steps:
- name: Configure git
run: 'git config --global init.defaultBranch main'
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # tag v4.1.2
- uses: ruby/setup-ruby@cacc9f1c0b3f4eb8a16a6bb0ed10897b43b9de49 # tag v1.176.0
with:
ruby-version: '3.3'
- run: bundle
- run: rubocop