Skip to content

Add RKE2 reposync storage benchmark #7783

Add RKE2 reposync storage benchmark

Add RKE2 reposync storage benchmark #7783

Workflow file for this run

name: RuboCop
on:
pull_request:
paths:
- '.github/workflows/rubocop.yml'
- 'testsuite/features/**.rb'
- 'testsuite/.rubocop.yml'
- 'testsuite/.rubocop_todo.yml'
- 'testsuite/Gemfile'
- 'testsuite/Rakefile'
permissions:
contents: read
jobs:
rubocop:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 #v5.0.0
- uses: ruby/setup-ruby@8aeb6ff8030dd539317f8e1769a044873b56ea71 #v1.268.0
with:
ruby-version: '3.3'
- name: Install and Run RuboCop
run: |
cd testsuite
gem install bundler
bundle install
bundle exec rubocop --version
bundle exec rubocop features/*