Skip to content

Commit df91857

Browse files
committed
Remove the documentation verification step
This step is now performed by GitHub Actions.
1 parent 46ee1b1 commit df91857

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

utils/swift_build_support/swift_build_support/products/swiftsyntax.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,6 @@ def build(self, host_target):
119119
"verify-source-code",
120120
['--toolchain', self.install_toolchain_path(host_target)]
121121
)
122-
if platform.system() == 'Darwin':
123-
self.run_swift_syntax_dev_utils(host_target, "verify-documentation", [])
124122

125123
self.run_swiftsyntax_build_script(target=host_target,
126124
command='build')

0 commit comments

Comments
 (0)