Skip to content

Commit 8a39992

Browse files
committed
Linter
1 parent 5add36e commit 8a39992

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/pull_request.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ jobs:
2424
uses: swiftlang/github-workflows/.github/workflows/soundness.yml@main
2525
with:
2626
license_header_check_project_name: "Swift"
27-
docs_check_enabled: false # can't evaluate merged docs across platforms
27+
# DocC soundness check disabled because it can't evaluate merged
28+
# documentation from multiple platforms, and our API surface varies
29+
# slightly between them. Currently, the docs check runs on Linux.
30+
docs_check_enabled: false
2831
format_check_enabled: false
2932
api_breakage_check_enabled: false

0 commit comments

Comments
 (0)