Skip to content

Commit 8561e1d

Browse files
committed
Fix yml
1 parent 62bb429 commit 8561e1d

File tree

3 files changed

+46
-46
lines changed

3 files changed

+46
-46
lines changed

.github/workflows/pull_request.yml

+27-27
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,35 @@
11
name: PR
22

33
on:
4-
pull_request:
5-
types: [opened, reopened, synchronize]
4+
pull_request:
5+
types: [opened, reopened, synchronize]
66

77
jobs:
8-
soundness:
9-
name: Soundness
10-
uses: swiftlang/github-workflows/.github/workflows/soundness.yml@main
11-
with:
12-
license_header_check_project_name: "SwiftOpenAPIGenerator"
8+
soundness:
9+
name: Soundness
10+
uses: swiftlang/github-workflows/.github/workflows/soundness.yml@main
11+
with:
12+
license_header_check_project_name: "SwiftOpenAPIGenerator"
1313

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
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
2323

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
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
3131

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.
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.

.github/workflows/scheduled.yml

+17-17
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
name: Scheduled
22

33
on:
4-
schedule:
5-
- cron: "0 8,20 * * *"
4+
schedule:
5+
- cron: "0 8,20 * * *"
66

77
jobs:
8-
unit-tests:
9-
name: Unit tests
10-
uses: apple/swift-nio/.github/workflows/unit_tests.yml@main
11-
with:
12-
linux_5_9_arguments_override: "--explicit-target-dependency-import-check error"
13-
linux_5_10_arguments_override: "--explicit-target-dependency-import-check error"
14-
linux_6_0_arguments_override: "--explicit-target-dependency-import-check error"
15-
linux_nightly_6_0_arguments_override: "--explicit-target-dependency-import-check error"
16-
linux_nightly_main_arguments_override: "--explicit-target-dependency-import-check error"
8+
unit-tests:
9+
name: Unit tests
10+
uses: apple/swift-nio/.github/workflows/unit_tests.yml@main
11+
with:
12+
linux_5_9_arguments_override: "--explicit-target-dependency-import-check error"
13+
linux_5_10_arguments_override: "--explicit-target-dependency-import-check error"
14+
linux_6_0_arguments_override: "--explicit-target-dependency-import-check error"
15+
linux_nightly_6_0_arguments_override: "--explicit-target-dependency-import-check error"
16+
linux_nightly_main_arguments_override: "--explicit-target-dependency-import-check error"
1717

18-
integration-test:
19-
name: Integration test
20-
uses: apple/swift-nio/.github/workflows/swift_matrix.yml@main
21-
with:
22-
name: "Integration test"
23-
matrix_linux_command: "apt-get update -yq && apt-get install -yq jq && ./scripts/run-integration-test.sh"
18+
integration-test:
19+
name: Integration test
20+
uses: apple/swift-nio/.github/workflows/swift_matrix.yml@main
21+
with:
22+
name: "Integration test"
23+
matrix_linux_command: "apt-get update -yq && apt-get install -yq jq && ./scripts/run-integration-test.sh"

.spi.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
version: 1
22
builder:
33
configs:
4-
- documentation_targets:
5-
- OpenAPIRuntime
4+
- documentation_targets:
5+
- OpenAPIRuntime

0 commit comments

Comments
 (0)