Skip to content

Bump rexml from 3.3.7 to 3.3.9 #58

Bump rexml from 3.3.7 to 3.3.9

Bump rexml from 3.3.7 to 3.3.9 #58

Workflow file for this run

name: CI
on:
push:
branches: [ gh-pages ]
pull_request:
branches: [ gh-pages ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2.3
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- name: Test
run: make