|
1 | 1 | name: PR
|
2 | 2 |
|
3 | 3 | on:
|
4 |
| - pull_request: |
5 |
| - types: [opened, reopened, synchronize] |
| 4 | + pull_request: |
| 5 | + types: [opened, reopened, synchronize] |
6 | 6 |
|
7 | 7 | jobs:
|
8 |
| - soundness: |
9 |
| - name: Soundness |
10 |
| - uses: swiftlang/github-workflows/.github/workflows/soundness.yml@main |
11 |
| - with: |
12 |
| - license_header_check_project_name: "SwiftAWSLambdaRuntime" |
13 |
| - shell_check_enabled: false |
14 |
| - python_lint_check_enabled: false |
15 |
| - api_breakage_check_container_image: "swift:6.0-noble" |
16 |
| - docs_check_container_image: "swift:6.0-noble" |
17 |
| - format_check_container_image: "swiftlang/swift:nightly-6.0-jammy" |
| 8 | + soundness: |
| 9 | + name: Soundness |
| 10 | + uses: swiftlang/github-workflows/.github/workflows/soundness.yml@main |
| 11 | + with: |
| 12 | + license_header_check_project_name: "SwiftAWSLambdaRuntime" |
| 13 | + shell_check_enabled: false |
| 14 | + python_lint_check_enabled: false |
| 15 | + api_breakage_check_container_image: "swift:6.0-noble" |
| 16 | + docs_check_container_image: "swift:6.0-noble" |
| 17 | + format_check_container_image: "swiftlang/swift:nightly-6.0-jammy" |
18 | 18 |
|
19 |
| - unit-tests: |
20 |
| - name: Unit tests |
21 |
| - uses: apple/swift-nio/.github/workflows/unit_tests.yml@main |
22 |
| - with: |
23 |
| - linux_5_9_enabled: false |
24 |
| - linux_5_10_enabled: false |
25 |
| - linux_nightly_6_0_arguments_override: "--explicit-target-dependency-import-check error" |
26 |
| - linux_nightly_main_arguments_override: "--explicit-target-dependency-import-check error" |
| 19 | + unit-tests: |
| 20 | + name: Unit tests |
| 21 | + uses: apple/swift-nio/.github/workflows/unit_tests.yml@main |
| 22 | + with: |
| 23 | + linux_5_9_enabled: false |
| 24 | + linux_5_10_enabled: false |
| 25 | + linux_nightly_6_0_arguments_override: "--explicit-target-dependency-import-check error" |
| 26 | + linux_nightly_main_arguments_override: "--explicit-target-dependency-import-check error" |
27 | 27 |
|
28 |
| - swift-6-language-mode: |
29 |
| - name: Swift 6 Language Mode |
30 |
| - uses: apple/swift-nio/.github/workflows/swift_6_language_mode.yml@main |
| 28 | + swift-6-language-mode: |
| 29 | + name: Swift 6 Language Mode |
| 30 | + uses: apple/swift-nio/.github/workflows/swift_6_language_mode.yml@main |
0 commit comments