We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 659dfbc commit e5ba44eCopy full SHA for e5ba44e
.github/workflows/pull_request.yml
@@ -5,6 +5,11 @@ on:
5
types: [ opened, reopened, synchronize ]
6
7
jobs:
8
+ soundness:
9
+ name: Soundness
10
+ uses: https://raw.githubusercontent.com/swiftlang/github-workflows/refs/heads/main/.github/workflows/soundness.yml
11
+ with:
12
+ api_breakage_check_enabled: false
13
test-java:
14
name: Java tests (${{ matrix.swift_version }} - ${{ matrix.os_version }})
15
runs-on: ubuntu-latest
0 commit comments