File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,13 +10,7 @@ permissions: read-all
1010jobs :
1111 soundness :
1212 name : Soundness
13- # WORKAROUND for swiftlang/github-workflows#291:
14- # Pinned to tag 0.0.11 instead of @main because #282 broke the docs check on @main
15- # (the doc target read from .spi.yml reaches `--target` JSON-quoted, and the
16- # `docs_check_targets` input that would work around it is dropped inside containers).
17- # 0.0.11 predates #282 and has neither problem. Restore `@main` once it's fixed upstream
18- # (the maintainer recommended 0.0.11 in the meantime).
19- uses : swiftlang/github-workflows/.github/workflows/soundness.yml@0.0.11
13+ uses : swiftlang/github-workflows/.github/workflows/soundness.yml@main
2014 with :
2115 license_header_check_project_name : " SwiftAWSLambdaRuntime"
2216 shell_check_enabled : true
2519 docs_check_container_image : " swift:6.3-noble"
2620 format_check_container_image : " swift:6.3-noble"
2721 yamllint_check_enabled : true
22+ # Temporarily disabled: the shared docs check is broken upstream (it loads
23+ # check-docs.sh from main, where #282 passes the .spi.yml doc target to
24+ # `--target` JSON-quoted, failing with `no target named '"AWSLambdaRuntime"'`).
25+ # Pinning the workflow version does not help because the script is always fetched
26+ # from main. Re-enable once the upstream fix lands:
27+ # https://github.com/swiftlang/github-workflows/pull/290 (tracked in #291)
28+ docs_check_enabled : false
2829
2930 unit-tests :
3031 name : Unit tests
You can’t perform that action at this time.
0 commit comments