Skip to content

feat: Add Privacy Manifest #90

feat: Add Privacy Manifest

feat: Add Privacy Manifest #90

Workflow file for this run

name: Build and test SPM
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: macos-12
steps:
- uses: actions/checkout@v3
- name: Build
run: swift build -v
- name: Run tests
run: swift test -v