We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5add36e commit 8a39992Copy full SHA for 8a39992
.github/workflows/pull_request.yml
@@ -24,6 +24,9 @@ jobs:
24
uses: swiftlang/github-workflows/.github/workflows/soundness.yml@main
25
with:
26
license_header_check_project_name: "Swift"
27
- docs_check_enabled: false # can't evaluate merged docs across platforms
+ # 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
31
format_check_enabled: false
32
api_breakage_check_enabled: false
0 commit comments