Skip to content

feat: add --write flag to sample script and update docs #3

feat: add --write flag to sample script and update docs

feat: add --write flag to sample script and update docs #3

Workflow file for this run

name: Test
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: macos-14
steps:
- uses: actions/checkout@v4
- name: Build
run: swift build
- name: Test
run: swift test