Skip to content

Merge branch 'main' into update-swift-syntax-version-constraint #18

Merge branch 'main' into update-swift-syntax-version-constraint

Merge branch 'main' into update-swift-syntax-version-constraint #18

Workflow file for this run

name: CommitChecks
on:
push:
branches:
- "**"
jobs:
test:
runs-on: macos-15
steps:
- uses: maxim-lobanov/setup-xcode@v1.1
with:
xcode-version: "26"
- uses: actions/checkout@v2
- name: xcbeautify
run: brew install xcbeautify
- name: Run Test
run: swift test