Skip to content

Commit 2294d2d

Browse files
committed
fix ci : docc check
1 parent 9207246 commit 2294d2d

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

.github/workflows/pull_request.yml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,7 @@ permissions: read-all
1010
jobs:
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
@@ -25,6 +19,13 @@ jobs:
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

0 commit comments

Comments
 (0)