Skip to content

Next attempt at a fix #7

Next attempt at a fix

Next attempt at a fix #7

Workflow file for this run

name: RuboCop
on: [push, pull_request]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
env:
BUNDLE_ONLY:
- rubocop-govuk

Check failure on line 13 in .github/workflows/rubocop.yml

View workflow run for this annotation

GitHub Actions / RuboCop

Invalid workflow file

The workflow is not valid. .github/workflows/rubocop.yml (Line: 13, Col: 9): A sequence was not expected
- rubocop-performance
steps:
- uses: actions/checkout@v3
- name: Set up Ruby 3.1
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.1.3
bundler-cache: true
- name: Run RuboCop
run: bundle exec rubocop --parallel