Skip to content

Fix defer_stop usage in HTTP1::Server. (#215) #278

Fix defer_stop usage in HTTP1::Server. (#215)

Fix defer_stop usage in HTTP1::Server. (#215) #278

Workflow file for this run

name: RuboCop
on: [push, pull_request]
permissions:
contents: read
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: ruby/setup-ruby@v1
with:
ruby-version: ruby
bundler-cache: true
- name: Run RuboCop
timeout-minutes: 10
run: bundle exec rubocop