File tree Expand file tree Collapse file tree 2 files changed +29
-0
lines changed Expand file tree Collapse file tree 2 files changed +29
-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_build_command : " cd Guest && ./build.sh"
13
+ enable_windows_checks : false
14
+ soundness :
15
+ name : Soundness
16
+ uses : swiftlang/github-workflows/.github/workflows/soundness.yml@main
17
+ with :
18
+ license_header_check_project_name : " Swift"
Original file line number Diff line number Diff line change
1
+ @@===----------------------------------------------------------------------===@@
2
+ @@
3
+ @@ This source file is part of the Swift open source project
4
+ @@
5
+ @@ Copyright (c) YEARS Apple Inc. and the Swift project authors
6
+ @@ Licensed under Apache License v2.0 with Runtime Library Exception
7
+ @@
8
+ @@ See https://swift.org/LICENSE.txt for license information
9
+ @@ See https://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
10
+ @@
11
+ @@===----------------------------------------------------------------------===@@
You can’t perform that action at this time.
0 commit comments