Skip to content

Fixed previous update of the README.md #32

Fixed previous update of the README.md

Fixed previous update of the README.md #32

Workflow file for this run

name: Build macOS
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
name: Build macOS
runs-on: macos-14
steps:
- uses: actions/checkout@v3
- name: Build
run: swift build -v
- name: Run tests
run: swift test -v