Skip to content

Commit d6a7eef

Browse files
authored
Enable soundness docs check (#674)
This PR restores CI doc check now that swiftlang/github-workflows#290 is merged
1 parent 0528feb commit d6a7eef

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

.github/workflows/pull_request.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,7 @@ jobs:
1919
docs_check_container_image: "swift:6.3-noble"
2020
format_check_container_image: "swift:6.3-noble"
2121
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
22+
docs_check_enabled: true
2923

3024
unit-tests:
3125
name: Unit tests

0 commit comments

Comments
 (0)