Skip to content

Patch

Patch #5

Workflow file for this run

name: Checks
on: [push]
jobs:
test:
runs-on: macos-13
steps:
- uses: maxim-lobanov/[email protected]
with:
xcode-version: "15.0"
- uses: actions/checkout@v2
- name: Run Test
run: swift test