Skip to content

Commit 2ac80d6

Browse files
committed
Disable a few checks
1 parent d6b40a7 commit 2ac80d6

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/pull_request.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,16 @@ jobs:
1010
uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@main
1111
with:
1212
linux_exclude_swift_versions: '[{"swift_version": "5.8"}]'
13+
# https://github.com/apple/swift-system/issues/223
14+
enable_windows_checks: false
1315
soundness:
1416
name: Soundness
1517
uses: swiftlang/github-workflows/.github/workflows/soundness.yml@main
1618
with:
1719
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

Comments
 (0)