File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Expand file tree Collapse file tree 2 files changed +20
-1
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
+ soundness :
12
+ name : Soundness
13
+ uses : swiftlang/github-workflows/.github/workflows/soundness.yml@main
14
+ with :
15
+ license_header_check_project_name : " Swift.org"
16
+ license_header_check_enabled : false
17
+ # https://github.com/apple/swift-algorithms/issues/251
18
+ docs_check_enabled : false
19
+ # https://github.com/apple/swift-algorithms/issues/252
20
+ format_check_enabled : false
Original file line number Diff line number Diff line change @@ -2,4 +2,3 @@ version: 1
2
2
builder :
3
3
configs :
4
4
- documentation_targets : [Algorithms]
5
-
You can’t perform that action at this time.
0 commit comments