Skip to content

Feature/36720/royal marsden crc importer teststatus 10 #361

Feature/36720/royal marsden crc importer teststatus 10

Feature/36720/royal marsden crc importer teststatus 10 #361

Workflow file for this run

name: Lint
on: [pull_request]
jobs:
rubocop:
name: RuboCop
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0 # fetch everything
- name: Remove mini_racer CentOS 7 shim from Gemfile.lock
run: sed -i.bak -e '/mini_racer ([0-9.]*-x86_64-linux)/,+1d' Gemfile.lock
- name: Set up Ruby + Bundle
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- name: Run RuboCop against BASE..HEAD changes
run: bundle exec rake rubocop:diff origin/${GITHUB_BASE_REF#*/}