Skip to content

docs: merge stack_prof/ruby_prof pages into a single ruby profilers page #418

docs: merge stack_prof/ruby_prof pages into a single ruby profilers page

docs: merge stack_prof/ruby_prof pages into a single ruby profilers page #418

Workflow file for this run

name: Lint Ruby
on:
push:
branches:
- master
pull_request:
jobs:
rubocop:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
- name: Lint Ruby code with RuboCop
run: |
bundle install --gemfile gemfiles/rubocop.gemfile --jobs 4 --retry 3
bundle exec --gemfile gemfiles/rubocop.gemfile rubocop