Skip to content

ci: add GitHub Actions workflow running swift build and swift test on… #1

ci: add GitHub Actions workflow running swift build and swift test on…

ci: add GitHub Actions workflow running swift build and swift test on… #1

Workflow file for this run

name: CI
on:
pull_request:
push:
branches: [master]
jobs:
test:
runs-on: macos-26
steps:
- uses: actions/checkout@v4
- run: swift --version
- run: swift build
- run: swift test