Skip to content

README: move the Wardlume showcase to the top #16

README: move the Wardlume showcase to the top

README: move the Wardlume showcase to the top #16

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
concurrency:
group: ci-${{ github.ref }}
cancel-in-progress: true
jobs:
build-test:
name: Build & Test (macOS)
runs-on: macos-14
steps:
- uses: actions/checkout@v5
- name: Swift version
run: swift --version
- name: Build
run: swift build
- name: Test
run: swift test