We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fcf11d commit 57b0814Copy full SHA for 57b0814
.github/workflows/pull_request.yml
@@ -0,0 +1,15 @@
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 Async Algorithms"
0 commit comments