Skip to content

Commit 1b84ade

Browse files
committed
Disable Format, Docs, and License header check
1 parent b4ae341 commit 1b84ade

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/pull_request.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,8 @@ jobs:
1313
uses: swiftlang/github-workflows/.github/workflows/soundness.yml@main
1414
with:
1515
license_header_check_project_name: "Swift.org"
16+
license_header_check_enabled: false
17+
# https://github.com/apple/swift-algorithms/issues/251
18+
docs_check_enabled: false
19+
# https://github.com/apple/swift-algorithms/issues/252
20+
format_check_enabled: false

0 commit comments

Comments
 (0)