Skip to content

Update README

Update README #1

Workflow file for this run

---
name: release
on:
push:
branches:
- '**'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
test:
runs-on: [self-hosted, macOS]
steps:
- uses: actions/checkout@v6
- name: Run Tests
run: swift test -v