Skip to content

Merge pull request #1640 from etalab/dependabot/bundler/rexml-3.3.6 #4551

Merge pull request #1640 from etalab/dependabot/bundler/rexml-3.3.6

Merge pull request #1640 from etalab/dependabot/bundler/rexml-3.3.6 #4551

Workflow file for this run

name: RuboCop
on: [push]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
cache-version: 321
- name: Run RuboCop
run: bundle exec rubocop --parallel