Skip to content

Release/0.5.2

Release/0.5.2 #96

Workflow file for this run

name: Build
on:
pull_request:
paths:
- '**.swift'
workflow_dispatch:
jobs:
build:
runs-on: macos-latest
steps:
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '16.2.0' # Specify the desired Xcode version
- uses: actions/checkout@v4
- name: 🔨 Build
run: |
swift build
swift test