Skip to content

Introduce async-container-supervisor. (#275) #109

Introduce async-container-supervisor. (#275)

Introduce async-container-supervisor. (#275) #109

Workflow file for this run

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