File tree 3 files changed +16
-147
lines changed
3 files changed +16
-147
lines changed Original file line number Diff line number Diff line change @@ -10,11 +10,12 @@ jobs:
10
10
uses : swiftlang/github-workflows/.github/workflows/soundness.yml@main
11
11
with :
12
12
license_header_check_project_name : " SwiftAWSLambdaRuntime"
13
- shell_check_enabled : false
14
- python_lint_check_enabled : false
13
+ shell_check_enabled : true
14
+ python_lint_check_enabled : true
15
15
api_breakage_check_container_image : " swift:6.0-noble"
16
16
docs_check_container_image : " swift:6.0-noble"
17
17
format_check_container_image : " swift:6.0-noble"
18
+ yamllint_check_enabled : true
18
19
19
20
unit-tests :
20
21
name : Unit tests
28
29
swift-6-language-mode :
29
30
name : Swift 6 Language Mode
30
31
uses : apple/swift-nio/.github/workflows/swift_6_language_mode.yml@main
32
+
33
+ semver-label-check :
34
+ name : Semantic Version label check
35
+ runs-on : ubuntu-latest
36
+ timeout-minutes : 1
37
+ steps :
38
+ - name : Checkout repository
39
+ uses : actions/checkout@v4
40
+ with :
41
+ persist-credentials : false
42
+ - name : Check for Semantic Version label
43
+ uses : apple/swift-nio/.github/actions/pull_request_semver_label_checker@main
Original file line number Diff line number Diff line change 27
27
# #
28
28
# #===----------------------------------------------------------------------===##
29
29
30
- swift package --disable-sandbox preview-documentation --target $1
30
+ swift package --disable-sandbox preview-documentation --target " $1 "
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments