Skip to content

Update webrick 1.9.0 → 1.9.1 (patch) #62

Update webrick 1.9.0 → 1.9.1 (patch)

Update webrick 1.9.0 → 1.9.1 (patch) #62

Workflow file for this run

name: pull_request
on: pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
rubygems: latest
bundler-cache: true
- name: Run RSpec
run: bundle exec rake spec
- name: Run RuboCop
run: bundle exec rake rubocop