Skip to content

Update relesae action #84

Update relesae action

Update relesae action #84

Workflow file for this run

name: Build
on: [push, pull_request]
jobs:
build:
name: Build
runs-on: macos-15
steps:
- name: Checkout branch
uses: actions/checkout@v4
- name: Build
run: swift build -v