Skip to content

Bump rexml from 3.2.8 to 3.3.2 in the bundler group (#364) #408

Bump rexml from 3.2.8 to 3.3.2 in the bundler group (#364)

Bump rexml from 3.2.8 to 3.3.2 in the bundler group (#364) #408

Workflow file for this run

name: Linting
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- name: Rubocop
run: bundle exec rubocop