Skip to content

EL-1191: Welsh CW7 form #798

EL-1191: Welsh CW7 form

EL-1191: Welsh CW7 form #798

Workflow file for this run

name: RuboCop
on: [pull_request]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
env:
BUNDLE_ONLY: test
steps:
- uses: actions/checkout@v4
- name: Set up Ruby 3.2.2
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2.2
bundler-cache: true
- name: Run RuboCop
run: bundle exec rubocop