Skip to content

Bump rack from 2.2.8 to 3.0.9.1 #223

Bump rack from 2.2.8 to 3.0.9.1

Bump rack from 2.2.8 to 3.0.9.1 #223

Workflow file for this run

name: CI
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
name: Checkout
- uses: ruby/setup-ruby@v1
name: Setup Ruby
with:
ruby-version: 3.3.0
- name: 💅🏼 Lint
run: |
bundle install
bundle exec rubocop
- name: 🧪 Test App
run: |
bundle install
bin/rails test
- name: 🧪 Test Blog
run: |
bundle install
bin/rails test
working-directory: blog