Skip to content

build(deps): Bump rexml from 3.3.9 to 3.4.2 #457

build(deps): Bump rexml from 3.3.9 to 3.4.2

build(deps): Bump rexml from 3.3.9 to 3.4.2 #457

Workflow file for this run

name: Tests
on: pull_request
# This allows a subsequently queued workflow run to interrupt previous runs
concurrency:
group: '${{ github.workflow }} @ ${{ github.event.pull_request.head.label || github.head_ref || github.ref }}'
cancel-in-progress: true
jobs:
tests:
name: Run Tests
runs-on: macos-15
steps:
- name: Checkout the Git repository
uses: actions/checkout@v4
- name: Build and run tests
run: make test