Skip to content

Bump rexml from 3.3.9 to 3.4.0 #1397

Bump rexml from 3.3.9 to 3.4.0

Bump rexml from 3.3.9 to 3.4.0 #1397

Workflow file for this run

name: RuboCop
on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:
jobs:
rubocop:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- name: Run RuboCop
run: bundle exec rubocop --parallel