Skip to content

add Debug construct to the DSL #14

add Debug construct to the DSL

add Debug construct to the DSL #14

Workflow file for this run

name: CI
on:
push:
branches:
- main
paths-ignore:
- 'README.md'
- 'LICENSE'
- '.spi.yml'
pull_request:
branches:
- main
jobs:
test:
name: Test
runs-on: macOS-14
steps:
- uses: actions/checkout@v4
- name: Xcode Select Version
uses: mobiledevops/xcode-select-version-action@v1
with:
xcode-select-version: 15.4
- name: Test
run: set -o pipefail && swift test | xcbeautify --renderer github-actions