From 4224c82940ec5fb982cf4c4667c2d61375d36747 Mon Sep 17 00:00:00 2001 From: Sebastien Stormacq Date: Fri, 26 Jun 2026 18:59:53 +0200 Subject: [PATCH] Enable soundness docs check --- .github/workflows/pull_request.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index d951c997..c32269df 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -19,13 +19,7 @@ jobs: docs_check_container_image: "swift:6.3-noble" format_check_container_image: "swift:6.3-noble" yamllint_check_enabled: true - # Temporarily disabled: the shared docs check is broken upstream (it loads - # check-docs.sh from main, where #282 passes the .spi.yml doc target to - # `--target` JSON-quoted, failing with `no target named '"AWSLambdaRuntime"'`). - # Pinning the workflow version does not help because the script is always fetched - # from main. Re-enable once the upstream fix lands: - # https://github.com/swiftlang/github-workflows/pull/290 (tracked in #291) - docs_check_enabled: false + docs_check_enabled: true unit-tests: name: Unit tests