Skip to content

feat: Initial implementation of many GCD API's using Swift Concurrency #3

feat: Initial implementation of many GCD API's using Swift Concurrency

feat: Initial implementation of many GCD API's using Swift Concurrency #3

Workflow file for this run

name: Pull request
on:
pull_request:
types: [opened, reopened, synchronize]
jobs:
soundness:
name: Soundness
uses: swiftlang/github-workflows/.github/workflows/soundness.yml@main
with:
license_header_check_project_name: "Swift.org"
api_breakage_check_enabled: false
tests:
name: tests
uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@main
with:
enable_macos_checks: false
linux_exclude_swift_versions: "[{\"swift_version\": \"5.9\"}, {\"swift_version\": \"5.10.1\"}, {\"swift_version\": \"6.0\"}]"
enable_windows_checks: false
wasm-sdk:
name: WebAssembly SDK
# TODO: Switch to this line after https://github.com/apple/swift-nio/pull/3159/ is merged
# uses: apple/swift-nio/.github/workflows/wasm_sdk.yml@main
uses: kateinoigakukun/swift-nio/.github/workflows/wasm_sdk.yml@katei/add-wasm-ci