We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e5387a commit 228a96eCopy full SHA for 228a96e
1 file changed
.github/workflows/testing.yml
@@ -7,6 +7,10 @@ on:
7
8
jobs:
9
10
+ api_breakage:
11
+ name: Check API breakage
12
+ uses: BinaryBirds/github-workflows/.github/workflows/api_breakage.yml@main
13
+
14
swiftlang_checks:
15
name: Swiftlang Checks
16
uses: swiftlang/github-workflows/.github/workflows/soundness.yml@main
0 commit comments