Skip to content

Update swift-syntax #31

Update swift-syntax

Update swift-syntax #31

Workflow file for this run

name: test
on:
push:
branches: [ "main" ]
pull_request:
workflow_dispatch:
jobs:
test:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- run: sudo xcode-select -s /Applications/Xcode_15.4.app
- run: swift test
- name: Build example
run: swift build
working-directory: example