Skip to content

chore(deps): bump actions/checkout from 4 to 6 #5

chore(deps): bump actions/checkout from 4 to 6

chore(deps): bump actions/checkout from 4 to 6 #5

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
jobs:
test:
name: Build & Test (macOS)
runs-on: macos-15
steps:
- uses: actions/checkout@v6
- name: Show Swift version
run: swift --version
- name: Build
run: swift build -v
- name: Test
run: swift test -v