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.
2 parents 51fab48 + 61439c6 commit be1b51bCopy full SHA for be1b51b
.github/workflows/pull_request.yml
@@ -0,0 +1,15 @@
1
+name: Pull request
2
+
3
+on:
4
+ pull_request:
5
+ types: [opened, reopened, synchronize]
6
7
+jobs:
8
+ soundness:
9
+ name: Soundness
10
+ uses: swiftlang/github-workflows/.github/workflows/soundness.yml@main
11
+ with:
12
+ api_breakage_check_enabled: false
13
+ license_header_check_enabled: false
14
+ license_header_check_project_name: "Swift.org"
15
+ format_check_enabled: false
0 commit comments