File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change 1+ name : Pull request
2+
3+ on :
4+ pull_request :
5+ types : [opened, reopened, synchronize]
6+
7+ jobs :
8+ tests :
9+ name : Test
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+ with :
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
You can’t perform that action at this time.
0 commit comments