Skip to content

Upgrade rexml from 3.2.5 to 3.2.8 #24

Upgrade rexml from 3.2.5 to 3.2.8

Upgrade rexml from 3.2.5 to 3.2.8 #24

Workflow file for this run

name: ruby
on: pull_request
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Set up Ruby
uses: actions/setup-ruby@v1
with:
ruby-version: 2.7.x
- name: Test and lint
run: |
bundle
bundle exec rake
bundle exec standardrb