Skip to content

Bump rexml from 3.3.4 to 3.3.6 #82

Bump rexml from 3.3.4 to 3.3.6

Bump rexml from 3.3.4 to 3.3.6 #82

Workflow file for this run

name: Rubocop
on: [pull_request]
jobs:
rubocop:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.3
- name: Run rubocop
run: |
bundle install
bundle exec rubocop