Skip to content

Bump rack from 2.2.8 to 2.2.8.1 (#137) #206

Bump rack from 2.2.8 to 2.2.8.1 (#137)

Bump rack from 2.2.8 to 2.2.8.1 (#137) #206

Workflow file for this run

name: CI
on: push
jobs:
cache_gems:
name: Cache gems
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
homepage_up_to_date:
name: Ensure homepage up to date
runs-on: ubuntu-latest
needs: cache_gems
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- run: |
bundle exec ruby bin/update_docs
git --no-pager diff docs/index.html
git diff --quiet docs/index.html
rspec:
name: RSpec
runs-on: ubuntu-latest
needs: cache_gems
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- run: bundle exec rspec