Skip to content

Master - move all package files from /srv #4461

Master - move all package files from /srv

Master - move all package files from /srv #4461

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'
jobs:
rubocop:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: '2.5'
- name: Install RuboCop
run: gem install rubocop -v 0.83.0
- name: Run RuboCop
run: |
cd testsuite
rubocop features/*