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 d6b40a7 commit 2ac80d6Copy full SHA for 2ac80d6
.github/workflows/pull_request.yml
@@ -10,8 +10,16 @@ jobs:
10
uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@main
11
with:
12
linux_exclude_swift_versions: '[{"swift_version": "5.8"}]'
13
+ # https://github.com/apple/swift-system/issues/223
14
+ enable_windows_checks: false
15
soundness:
16
name: Soundness
17
uses: swiftlang/github-workflows/.github/workflows/soundness.yml@main
18
19
license_header_check_project_name: "Swift.org"
20
+ # https://github.com/apple/swift-system/issues/224
21
+ docs_check_enabled: false
22
+ unacceptable_language_check_enabled: false
23
+ license_header_check_enabled: false
24
+ format_check_enabled: false
25
+ python_lint_check_enabled: false
0 commit comments