Skip to content

Commit c028706

Browse files
committed
use swiftlang actions
1 parent 99c6811 commit c028706

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ on:
66

77
jobs:
88

9+
soundness:
10+
name: Soundness
11+
uses: swiftlang/github-workflows/.github/workflows/soundness.yml@main
12+
13+
tests:
14+
name: tests
15+
uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@main
16+
917
linux:
1018
strategy:
1119
fail-fast: false

0 commit comments

Comments
 (0)