We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0528feb commit d6a7eefCopy full SHA for d6a7eef
1 file changed
.github/workflows/pull_request.yml
@@ -19,13 +19,7 @@ jobs:
19
docs_check_container_image: "swift:6.3-noble"
20
format_check_container_image: "swift:6.3-noble"
21
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
+ docs_check_enabled: true
29
30
unit-tests:
31
name: Unit tests
0 commit comments