Skip to content

mark sending

mark sending #71

Workflow file for this run

name: Swift
on: [push]
jobs:
build:
runs-on: macos-12
steps:
- uses: actions/checkout@v3
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '14.1'
- name: Build
run: swift build
- name: Run tests
run: swift test