Skip to content

Bump rexml from 3.3.7 to 3.3.9 #599

Bump rexml from 3.3.7 to 3.3.9

Bump rexml from 3.3.7 to 3.3.9 #599

Workflow file for this run

name: Test
on:
pull_request:
push:
branches:
- main
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