Skip to content

Draft: Add setMetadataJSON() and getMetadataJSON() methods #112

Draft: Add setMetadataJSON() and getMetadataJSON() methods

Draft: Add setMetadataJSON() and getMetadataJSON() methods #112

Workflow file for this run

name: Main
on:
push:
pull_request:
concurrency:
cancel-in-progress: true
group: ${{ github.workflow }}-${{ github.ref }}
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v6
with:
submodules: recursive
- name: Build
run: swift build -v
- name: Run tests
run: swift test -v