Skip to content

Bump rexml from 3.2.5 to 3.2.8 #74

Bump rexml from 3.2.5 to 3.2.8

Bump rexml from 3.2.5 to 3.2.8 #74

Workflow file for this run

on: [push]
name: Ruby linter (Rubocop)
jobs:
linter_rubocop:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@main
- name: Set up Ruby
uses: ruby/setup-ruby@master
with:
bundler-cache: true
- name: Run Rubocop
run: bundle exec rubocop --parallel