File tree Expand file tree Collapse file tree 2 files changed +26
-10
lines changed Expand file tree Collapse file tree 2 files changed +26
-10
lines changed Original file line number Diff line number Diff line change 1
1
name : Pull Request
2
2
3
3
on :
4
- pull_request :
5
- types : [opened, reopened, synchronize, ready_for_review ]
6
-
4
+ pull_request :
5
+ types : [opened, reopened, synchronize]
6
+
7
7
jobs :
8
- call-reusable-pull-request-workflow :
9
- name : Checks
10
- uses : apple/swift-nio/.github/workflows/reusable_pull_request.yml@main
11
- with :
12
- benchmarks_linux_enabled : false
13
- unacceptable_language_check_enabled : false
14
- license_header_check_project_name : " SwiftOpenAPIGenerator"
8
+ soundness :
9
+ name : Soundness
10
+ uses : apple/swift-nio/.github/workflows/soundness.yml@main
11
+ with :
12
+ license_header_check_project_name : " SwiftOpenAPIGenerator"
13
+ unacceptable_language_check_enabled : false
14
+
15
+ unit-tests :
16
+ name : Checks
17
+ uses : apple/swift-nio/.github/workflows/unit_tests.yml@main
18
+ with :
19
+ linux_5_8_enabled : false
20
+ linux_5_9_arguments_override : " -Xswiftc -warnings-as-errors --explicit-target-dependency-import-check error"
21
+ linux_5_10_arguments_override : " -Xswiftc -warnings-as-errors --explicit-target-dependency-import-check error"
22
+ linux_nightly_6_0_arguments_override : " -Xswiftc -warnings-as-errors --explicit-target-dependency-import-check error"
23
+ linux_nightly_main_arguments_override : " -Xswiftc -warnings-as-errors --explicit-target-dependency-import-check error"
24
+
25
+ cxx-interop :
26
+ name : Checks
27
+ uses : apple/swift-nio/.github/workflows/cxx_interop.yml@main
28
+ with :
29
+ linux_5_8_enabled : false
Original file line number Diff line number Diff line change @@ -42,6 +42,7 @@ read -ra PATHS_TO_CHECK_FOR_LICENSE <<< "$( \
42
42
" :(exclude).gitignore" \
43
43
" :(exclude).spi.yml" \
44
44
" :(exclude).swift-format" \
45
+ " :(exclude).licenseignore" \
45
46
" :(exclude).github/* " \
46
47
" :(exclude)CODE_OF_CONDUCT.md" \
47
48
" :(exclude)CONTRIBUTING.md" \
You can’t perform that action at this time.
0 commit comments