Skip to content

Revert "Improve Swift 6 toolchain support" #597

Revert "Improve Swift 6 toolchain support"

Revert "Improve Swift 6 toolchain support" #597

Workflow file for this run

# This workflow will build a Swift project
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-swift
name: Swift
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build-knit:
runs-on: macos-latest
steps:
- uses: actions/[email protected]
- uses: swift-actions/[email protected]
with:
swift-version: "5.10"
- name: Build Knit
run: swift build -v
- name: Run Knit tests
run: swift test -v