Skip to content

Commit 5a35a0b

Browse files
committed
[DNM, WIP] Introduce a macOS DocC soundness check
1 parent 6057594 commit 5a35a0b

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: stmontgomery/github-workflows/.github/workflows/soundness.yml@macos-docs-check
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)