Skip to content

Use RefusedError directly in stream close! transition. #109

Use RefusedError directly in stream close! transition.

Use RefusedError directly in stream close! transition. #109

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