File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change 88 tests :
99 name : Test
1010 uses : swiftlang/github-workflows/.github/workflows/swift_package_test.yml@main
11+ with :
12+ # https://github.com/swiftlang/swift-syntax/issues/2992
13+ enable_windows_checks : false
1114 soundness :
1215 name : Soundness
1316 uses : swiftlang/github-workflows/.github/workflows/soundness.yml@main
1417 with :
1518 license_header_check_project_name : " Swift.org"
19+ # https://github.com/swiftlang/swift-syntax/issues/2986
20+ api_breakage_check_enabled : false
21+ # https://github.com/swiftlang/swift-syntax/issues/2987
22+ docs_check_enabled : false
23+ # https://github.com/swiftlang/swift-syntax/issues/2988
24+ format_check_enabled : false
25+ # https://github.com/swiftlang/swift-syntax/issues/2989
26+ license_header_check_enabled : false
27+ # https://github.com/swiftlang/swift-syntax/issues/2990
28+ unacceptable_language_check_enabled : false
29+ # https://github.com/swiftlang/swift-syntax/issues/2991
30+ yamllint_check_enabled : false
You can’t perform that action at this time.
0 commit comments