Skip to content

docs: update documentation comment format (#1) #10

docs: update documentation comment format (#1)

docs: update documentation comment format (#1) #10

Workflow file for this run

name: macOS
on:
push:
branches: ["**"]
jobs:
macOS:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- name: Select Xcode
run: sudo xcode-select -s /Applications/Xcode.app/Contents/Developer
- name: Build
run: swift build -v
- name: Run tests
run: swift test -v