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 d9b0301 commit d6b40a7Copy full SHA for d6b40a7
.github/workflows/pull_request.yml
@@ -0,0 +1,17 @@
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
+ soundness:
14
+ name: Soundness
15
+ uses: swiftlang/github-workflows/.github/workflows/soundness.yml@main
16
17
+ license_header_check_project_name: "Swift.org"
0 commit comments