Skip to content

New usage md and breaking changes list (#85) #33

New usage md and breaking changes list (#85)

New usage md and breaking changes list (#85) #33

Workflow file for this run

name: Tests
on:
push:
branches:
- master
- main
- v3.0.0
pull_request:
paths-ignore:
- "**/*.md"
jobs:
test:
runs-on: macos-13
steps:
- uses: actions/checkout@v4
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '15.0'
- name: Test SDK
run: make test