Skip to content

Commit bce5c4b

Browse files
committed
Introduce a macOS DocC soundness check
1 parent ed79161 commit bce5c4b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pull_request.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,10 @@ jobs:
2727
enable_android_sdk_build: true
2828
soundness:
2929
name: Soundness
30-
uses: swiftlang/github-workflows/.github/workflows/soundness.yml@0.0.3
30+
uses: swiftlang/github-workflows/.github/workflows/soundness.yml@0.0.5
3131
with:
3232
license_header_check_project_name: "Swift"
3333
docs_check_enabled: false
34+
docs_check_macos_enabled: true
3435
format_check_enabled: false
3536
api_breakage_check_enabled: false

0 commit comments

Comments
 (0)