Skip to content

Bump rexml from 3.2.8 to 3.3.2 #113

Bump rexml from 3.2.8 to 3.3.2

Bump rexml from 3.2.8 to 3.3.2 #113

Workflow file for this run

name: Test
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Ruby
uses: ruby/setup-ruby@v1.190.0
- name: Run Jekyll build
run: |
bundle install
bundle exec jekyll build