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 da07ce2 commit aed4dd6Copy full SHA for aed4dd6
.github/workflows/pull_request.yml
@@ -0,0 +1,22 @@
1
+name: Pull request
2
+
3
+on:
4
+ pull_request:
5
+ types: [opened, reopened, synchronize]
6
7
+jobs:
8
+ soundness:
9
+ name: Soundness
10
+ uses: swiftlang/github-workflows/.github/workflows/soundness.yml@main
11
+ with:
12
+ license_header_check_project_name: "Swift.org"
13
14
+ tests:
15
+ name: tests
16
+ uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@main
17
18
+ wasm-sdk:
19
+ name: WebAssembly SDK
20
+ # TODO: Switch to this line after https://github.com/apple/swift-nio/pull/3159/ is merged
21
+ # uses: apple/swift-nio/.github/workflows/wasm_sdk.yml@main
22
+ uses: kateinoigakukun/swift-nio/.github/workflows/wasm_sdk.yml@katei/add-wasm-ci
0 commit comments