Skip to content

Bump rexml from 3.2.6 to 3.2.8 #34

Bump rexml from 3.2.6 to 3.2.8

Bump rexml from 3.2.6 to 3.2.8 #34

Workflow file for this run

name: CI
on: [push, pull_request]
env:
DEVELOPER_DIR: /Applications/Xcode_15.3.app
jobs:
build:
runs-on: macOS-latest
steps:
- uses: actions/checkout@v2
- name: Build
run: swift build -v
test:
runs-on: macOS-latest
steps:
- uses: actions/checkout@v2
- name: Test
run: swift test -v