Skip to content

Expose profiler interface, and untangle it from the selector. #195

Expose profiler interface, and untangle it from the selector.

Expose profiler interface, and untangle it from the selector. #195

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