Skip to content

Bump rubocop-govuk from 4.17.1 to 4.18.0 #1749

Bump rubocop-govuk from 4.17.1 to 4.18.0

Bump rubocop-govuk from 4.17.1 to 4.18.0 #1749

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- run: GOVUK_DOCKER_DIR=. make test-ci