Skip to content

Bump rack from 2.2.20 to 2.2.22 #5

Bump rack from 2.2.20 to 2.2.22

Bump rack from 2.2.20 to 2.2.22 #5

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Ruby from .ruby-version
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- name: Run tests
run: bundle exec rake test