Skip to content

Add docs on custom attributes, custom settings, and user-defined attr… #521

Add docs on custom attributes, custom settings, and user-defined attr…

Add docs on custom attributes, custom settings, and user-defined attr… #521

name: Test turms-client-swift
on: [ push, pull_request ]
jobs:
test:
runs-on: macos-14
steps:
- name: Checkout
uses: actions/checkout@v4.1.1
- name: Build
working-directory: turms-client-swift
run: swift build -v
# - name: Test
# working-directory: turms-client-swift
# run: swift test -v