Skip to content

Bump rexml from 3.2.6 to 3.2.8 #520

Bump rexml from 3.2.6 to 3.2.8

Bump rexml from 3.2.6 to 3.2.8 #520

Workflow file for this run

name: Test
on:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- uses: actions/setup-node@v4
with:
cache: yarn
- name: Setup
run: |
bin/setup
- name: Test
run: |
bundle exec rake