Skip to content

Commit b680967

Browse files
rnroglbrntt
andauthored
Add static SDK CI workflow (#41)
Add static SDK CI workflow which runs on commits to PRs, merges to main and daily on main. --------- Co-authored-by: George Barnett <[email protected]>
1 parent c1e4042 commit b680967

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,7 @@ jobs:
1616
linux_6_0_arguments_override: "--explicit-target-dependency-import-check error -Xswiftc -require-explicit-sendable"
1717
linux_nightly_next_arguments_override: "--explicit-target-dependency-import-check error -Xswiftc -require-explicit-sendable"
1818
linux_nightly_main_arguments_override: "--explicit-target-dependency-import-check error -Xswiftc -require-explicit-sendable"
19+
20+
static-sdk:
21+
name: Static SDK
22+
uses: apple/swift-nio/.github/workflows/static_sdk.yml@main

.github/workflows/pull_request.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,7 @@ jobs:
3232
with:
3333
linux_5_9_enabled: false
3434
linux_5_10_enabled: false
35+
36+
static-sdk:
37+
name: Static SDK
38+
uses: apple/swift-nio/.github/workflows/static_sdk.yml@main

0 commit comments

Comments
 (0)