Skip to content

Merge pull request #100 from ministryofjustice/CTSKF-634-maintenance #91

Merge pull request #100 from ministryofjustice/CTSKF-634-maintenance

Merge pull request #100 from ministryofjustice/CTSKF-634-maintenance #91

Workflow file for this run

name: Rubocop
on:
pull_request:
branches:
- master
push:
branches:
- master
jobs:
tests:
name: Run Rubocop
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Ruby 3.0
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.0
- name: Bundle
run: bundle install
- name: Rubocop
run: bundle exec rubocop