Skip to content

Commit 613d07f

Browse files
authored
Merge branch 'main' into swiftlint-leading-trivia
2 parents b18ebe5 + 6830cf0 commit 613d07f

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
@@ -42,3 +42,7 @@ jobs:
4242
with:
4343
name: "Plugin tests"
4444
matrix_string: '${{ needs.construct-plugin-tests-matrix.outputs.plugin-tests-matrix }}'
45+
46+
static-sdk:
47+
name: Static SDK
48+
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
@@ -58,3 +58,7 @@ jobs:
5858
with:
5959
linux_5_9_enabled: false
6060
linux_5_10_enabled: false
61+
62+
static-sdk:
63+
name: Static SDK
64+
uses: apple/swift-nio/.github/workflows/static_sdk.yml@main

0 commit comments

Comments
 (0)