|
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: apple/swift-nio/.github/workflows/soundness.yml@main |
11 |
| - with: |
12 |
| - api_breakage_check_enabled: true |
13 |
| - broken_symlink_check_enabled: true |
14 |
| - docs_check_enabled: true |
15 |
| - format_check_enabled: true |
16 |
| - license_header_check_enabled: true |
17 |
| - license_header_check_project_name: "SwiftOpenAPIGenerator" |
18 |
| - shell_check_enabled: true |
19 |
| - unacceptable_language_check_enabled: true |
| 8 | + soundness: |
| 9 | + name: Soundness |
| 10 | + uses: swiftlang/github-workflows/.github/workflows/soundness.yml@main |
| 11 | + with: |
| 12 | + license_header_check_project_name: "SwiftOpenAPIGenerator" |
20 | 13 |
|
21 |
| - unit-tests: |
22 |
| - name: Unit tests |
23 |
| - uses: apple/swift-nio/.github/workflows/unit_tests.yml@main |
24 |
| - with: |
25 |
| - linux_5_8_enabled: false |
26 |
| - linux_5_9_arguments_override: "--explicit-target-dependency-import-check error" |
27 |
| - linux_5_10_arguments_override: "--explicit-target-dependency-import-check error" |
28 |
| - linux_nightly_6_0_arguments_override: "--explicit-target-dependency-import-check error" |
29 |
| - linux_nightly_main_enabled: false |
| 14 | + unit-tests: |
| 15 | + name: Unit tests |
| 16 | + uses: apple/swift-nio/.github/workflows/unit_tests.yml@main |
| 17 | + with: |
| 18 | + linux_5_9_arguments_override: "--explicit-target-dependency-import-check error" |
| 19 | + linux_5_10_arguments_override: "--explicit-target-dependency-import-check error" |
| 20 | + linux_6_0_arguments_override: "--explicit-target-dependency-import-check error" |
| 21 | + linux_nightly_6_0_arguments_override: "--explicit-target-dependency-import-check error" |
| 22 | + linux_nightly_main_enabled: false |
30 | 23 |
|
31 |
| - integration-test: |
32 |
| - name: Integration test |
33 |
| - uses: apple/swift-nio/.github/workflows/swift_matrix.yml@main |
34 |
| - with: |
35 |
| - name: "Integration test" |
36 |
| - matrix_linux_command: "apt-get update -yq && apt-get install -yq jq && ./scripts/run-integration-test.sh" |
37 |
| - matrix_linux_5_8_enabled: false |
38 |
| - matrix_linux_nightly_main_enabled: false |
| 24 | + integration-test: |
| 25 | + name: Integration test |
| 26 | + uses: apple/swift-nio/.github/workflows/swift_matrix.yml@main |
| 27 | + with: |
| 28 | + name: "Integration test" |
| 29 | + matrix_linux_command: "apt-get update -yq && apt-get install -yq jq && ./scripts/run-integration-test.sh" |
| 30 | + matrix_linux_nightly_main_enabled: false |
39 | 31 |
|
40 |
| - swift-6-language-mode: |
41 |
| - name: Swift 6 Language Mode |
42 |
| - uses: apple/swift-nio/.github/workflows/swift_6_language_mode.yml@main |
43 |
| - if: false # Disabled for now. |
| 32 | + swift-6-language-mode: |
| 33 | + name: Swift 6 Language Mode |
| 34 | + uses: apple/swift-nio/.github/workflows/swift_6_language_mode.yml@main |
| 35 | + if: false # Disabled for now. |
0 commit comments