More exploration of ownership-aware container/iterator algorithms #333
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Pull request | |
| permissions: | |
| contents: read | |
| on: | |
| pull_request: | |
| types: [opened, reopened, synchronize] | |
| jobs: | |
| tests: | |
| name: Test | |
| uses: swiftlang/github-workflows/.github/workflows/[email protected] | |
| with: | |
| linux_exclude_swift_versions: '[{"swift_version": "5.8"}, {"swift_version": "5.9"}, {"swift_version": "5.10"}]' | |
| windows_exclude_swift_versions: '[{"swift_version": "5.9"}, {"swift_version": "5.10"}]' | |
| macos_exclude_xcode_versions: '[{"xcode_version": "26.0"}]' | |
| enable_macos_checks: true | |
| enable_wasm_sdk_build: true | |
| enable_android_sdk_build: true | |
| enable_android_sdk_checks: true | |
| embedded-swift: | |
| name: Build with Embedded Swift | |
| uses: swiftlang/github-workflows/.github/workflows/[email protected] | |
| with: | |
| enable_linux_checks: false | |
| enable_macos_checks: false | |
| enable_windows_checks: false | |
| enable_wasm_sdk_build: false | |
| enable_embedded_wasm_sdk_build: true | |
| swift_flags: --target Collections | |
| soundness: | |
| name: Soundness | |
| uses: swiftlang/github-workflows/.github/workflows/[email protected] | |
| with: | |
| license_header_check_project_name: "Swift.org" | |
| # https://github.com/apple/swift-collections/issues/428 | |
| python_lint_check_enabled: false | |
| # https://github.com/apple/swift-collections/issues/429 | |
| docs_check_enabled: false | |
| # https://github.com/apple/swift-collections/issues/430 | |
| shell_check_enabled: false | |
| # https://github.com/apple/swift-collections/issues/431 | |
| format_check_enabled: false | |
| # https://github.com/apple/swift-collections/issues/435 | |
| api_breakage_check_enabled: false |