Skip to content

initial commit

initial commit #1

Workflow file for this run

name: Build
on:
push:
branches:
- main
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- name: Build
run: swift build