Skip to content

Commit 1874ebf

Browse files
committed
Enable the verify documentation GitHub Action check
And remove the corresponding subcommand from `swift-syntax-dev-utils`. Fixes #2987
1 parent f2a32a7 commit 1874ebf

File tree

3 files changed

+0
-93
lines changed

3 files changed

+0
-93
lines changed

.github/workflows/pull_request.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,5 @@ jobs:
1313
uses: swiftlang/github-workflows/.github/workflows/soundness.yml@main
1414
with:
1515
api_breakage_check_allowlist_path: "Release Notes/api-breakages.txt"
16-
# https://github.com/swiftlang/swift-syntax/issues/2987
17-
docs_check_enabled: false
1816
# https://github.com/swiftlang/swift-syntax/issues/2988
1917
format_check_enabled: false

SwiftSyntaxDevUtils/Sources/swift-syntax-dev-utils/SwiftSyntaxDevUtils.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ struct SwiftSyntaxDevUtils: ParsableCommand {
3030
GenerateSourceCode.self,
3131
LocalPrPrecheck.self,
3232
Test.self,
33-
VerifyDocumentation.self,
3433
VerifySourceCode.self,
3534
]
3635
)

SwiftSyntaxDevUtils/Sources/swift-syntax-dev-utils/commands/VerifyDocumentation.swift

Lines changed: 0 additions & 90 deletions
This file was deleted.

0 commit comments

Comments
 (0)