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 b4ae341 commit 1b84adeCopy full SHA for 1b84ade
.github/workflows/pull_request.yml
@@ -13,3 +13,8 @@ jobs:
13
uses: swiftlang/github-workflows/.github/workflows/soundness.yml@main
14
with:
15
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