Skip to content

Minor fixes to comply with spec #5

Minor fixes to comply with spec

Minor fixes to comply with spec #5

Workflow file for this run

name: Test
on:
push:
branches: [ "*" ]
pull_request:
branches: [ main ]
jobs:
test:
runs-on: macos-14
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Test
run: swift test