Skip to content

Bump rexml from 3.2.8 to 3.3.9 #11

Bump rexml from 3.2.8 to 3.3.9

Bump rexml from 3.2.8 to 3.3.9 #11

Workflow file for this run

name: rubocop
on: [push, pull_request]
permissions:
contents: read
jobs:
main:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: ['2.7', '3.0', '3.1', '3.2', '3.3']
steps:
- uses: actions/checkout@v3
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- name: Run rubocop
run: bundle exec rubocop