We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d5dcb7 commit 603b9f6Copy full SHA for 603b9f6
1 file changed
.github/workflows/pull_request.yml
@@ -5,7 +5,11 @@ on:
5
types: [opened, reopened, synchronize]
6
7
jobs:
8
+ env-setup:
9
+ uses: ./.github/actions/prepare_env/action.yml@main
10
+
11
soundness:
12
+ needs: env-setup
13
uses: swiftlang/github-workflows/.github/workflows/soundness.yml@main
14
with:
15
# Not API stable package (yet)
0 commit comments