We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d019041 commit f970eb6Copy full SHA for f970eb6
.github/workflows/pull_request.yml
@@ -0,0 +1,20 @@
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
.spi.yml
@@ -2,4 +2,3 @@ version: 1
builder:
configs:
- documentation_targets: [Algorithms]
-
0 commit comments