Skip to content

Updated readme with build flag #33

Updated readme with build flag

Updated readme with build flag #33

Workflow file for this run

name: Build
on:
push:
branches-ignore:
- master
jobs:
build:
runs-on: macOS-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Build
run: swift build
- name: Test
run: swift test