Skip to content

docs: update documentation comment format (#5) #6

docs: update documentation comment format (#5)

docs: update documentation comment format (#5) #6

Workflow file for this run

name: ubuntu
on:
push:
branches: ["**"]
jobs:
ubuntu:
runs-on: ubuntu-latest
container: swift:6.0
steps:
- uses: actions/checkout@v4
- name: Build
run: swift build -v
- name: Run tests
run: swift test -v