File tree 2 files changed +40
-0
lines changed
2 files changed +40
-0
lines changed Original file line number Diff line number Diff line change
1
+ changelog :
2
+ categories :
3
+ - title : SemVer Major
4
+ labels :
5
+ - ⚠️ semver/major
6
+ - title : SemVer Minor
7
+ labels :
8
+ - semver/minor
9
+ - title : SemVer Patch
10
+ labels :
11
+ - semver/patch
12
+ - title : Other Changes
13
+ labels :
14
+ - semver/none
15
+ - " *"
Original file line number Diff line number Diff line change
1
+ name : PR
2
+
3
+ on :
4
+ pull_request :
5
+ types : [opened, reopened, synchronize]
6
+
7
+ jobs :
8
+ soundness :
9
+ name : Soundness
10
+ uses : apple/swift-nio/.github/workflows/soundness.yml@main
11
+ with :
12
+ license_header_check_project_name : " SwiftAWSLambdaRuntime"
13
+
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 : " --warnings-as-errors --explicit-target-dependency-import-check error"
19
+ linux_5_10_arguments_override : " --warnings-as-errors --explicit-target-dependency-import-check error"
20
+ linux_nightly_6_0_arguments_override : " --warnings-as-errors --explicit-target-dependency-import-check error"
21
+ linux_nightly_main_arguments_override : " --warnings-as-errors --explicit-target-dependency-import-check error"
22
+
23
+ swift-6-language-mode :
24
+ name : Swift 6 Language Mode
25
+ uses : apple/swift-nio/.github/workflows/swift_6_language_mode.yml@main
You can’t perform that action at this time.
0 commit comments