Skip to content

Commit 2015da9

Browse files
committed
Disable ABI, Unacceptable lang, and format checks
1 parent 58a09b8 commit 2015da9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/pull_request.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,7 @@ jobs:
1616
name: Soundness
1717
uses: swiftlang/github-workflows/.github/workflows/soundness.yml@main
1818
with:
19-
license_header_check_project_name: "Swift"
19+
license_header_check_project_name: "Swift"
20+
api_breakage_check_enabled: false
21+
unacceptable_language_check_enabled: false
22+
format_check_enabled: false

0 commit comments

Comments
 (0)