Skip to content

Merge pull request #6 from diamirio/feature/async-load-no-content #34

Merge pull request #6 from diamirio/feature/async-load-no-content

Merge pull request #6 from diamirio/feature/async-load-no-content #34

Workflow file for this run

name: Swift Package
on: [push]
jobs:
build:
runs-on: macos-15
steps:
- uses: actions/checkout@v4
- name: Select Xcode 26.0.1
run: sudo xcode-select -s /Applications/Xcode_26.0.1.app/Contents/Developer
- name: Build
run: swift build -v
- name: Run tests
run: swift test -v