Skip to content

ci: split build and test workflows #1

ci: split build and test workflows

ci: split build and test workflows #1

Workflow file for this run

name: Build
on:
push:
pull_request:
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- name: Set up Swift 6.2
uses: swift-actions/setup-swift@v2
with:
swift-version: "6.2"
- name: Build
run: swift build