Skip to content

Commit 61439c6

Browse files
committed
Disable abi breakage check, license header check, and format check
1 parent 4667719 commit 61439c6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/pull_request.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,7 @@ jobs:
99
name: Soundness
1010
uses: swiftlang/github-workflows/.github/workflows/soundness.yml@main
1111
with:
12+
api_breakage_check_enabled: false
13+
license_header_check_enabled: false
1214
license_header_check_project_name: "Swift.org"
15+
format_check_enabled: false

0 commit comments

Comments
 (0)