Skip to content

Bump rack from 2.2.8 to 2.2.8.1 #62

Bump rack from 2.2.8 to 2.2.8.1

Bump rack from 2.2.8 to 2.2.8.1 #62

Workflow file for this run

name: Rubocop
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: [3.0, 2.7, 2.6]
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true
- name: Install dependencies
run: bundle install
- name: Run rubocop
run: bundle exec rubocop